Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<?php
/**
* @brief akismet, an antispam filter 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(
"Akismet", // Name
"Akismet interface for Dotclear", // Description
"Olivier Meunier", // Author
'1.1', // Version
[
'permissions' => 'usage,contentadmin',
'priority' => 200,
'type' => 'plugin'
]
);