Current oav website
This commit is contained in:
26
dotclear._no/plugins/pings/_define.php
Normal file
26
dotclear._no/plugins/pings/_define.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* @brief pings, a plugin for Dotclear 2
|
||||
*
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!defined('DC_RC_PATH')) {return;}
|
||||
|
||||
$this->registerModule(
|
||||
"Pings", // Name
|
||||
"Ping services", // Description
|
||||
"Olivier Meunier", // Author
|
||||
'1.3', // Version
|
||||
[
|
||||
'permissions' => 'usage,contentadmin',
|
||||
'type' => 'plugin',
|
||||
'settings' => [
|
||||
'self' => ''
|
||||
]
|
||||
]
|
||||
);
|
||||
Reference in New Issue
Block a user