2016-05-03 23:42:34 +02:00
|
|
|
<?php
|
2016-09-15 12:40:26 +02:00
|
|
|
require_once('WordPressBridge.php');
|
|
|
|
|
|
|
|
class NakedSecurityBridge extends WordPressBridge {
|
2016-09-14 13:33:38 +02:00
|
|
|
|
|
|
|
const MAINTAINER = 'ORelio';
|
|
|
|
const NAME = 'Naked Security';
|
|
|
|
const URI = 'https://nakedsecurity.sophos.com/';
|
|
|
|
const DESCRIPTION = 'Returns the newest articles.';
|
2016-09-15 12:40:26 +02:00
|
|
|
const PARAMETERS = array();
|
2016-07-08 19:06:35 +02:00
|
|
|
}
|