-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_define.php
More file actions
31 lines (29 loc) · 862 Bytes
/
_define.php
File metadata and controls
31 lines (29 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* @brief fairEmail, an antispam filter plugin for Dotclear 2
*
* @package Dotclear
* @subpackage Plugins
*
* @author Franck Paul
*
* @copyright Franck Paul contact@open-time.net
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
$this->registerModule(
'Fair Email',
'Fair Email filter for antispam Dotclear plugin',
'Franck Paul',
'7.0',
[
'date' => '2026-04-29T14:25:11+0200',
'requires' => [['core', '2.38']],
'permissions' => 'My',
'priority' => 200,
'type' => 'plugin',
'details' => 'https://open-time.net/?q=fairEmail',
'support' => 'https://github.com/franck-paul/fairEmail',
'repository' => 'https://raw.githubusercontent.com/franck-paul/fairEmail/main/dcstore.xml',
'license' => 'gpl2',
]
);