Revision 3731:3770620079d4,
978 bytes
checked in by franck <carnet.franck.paul@…>, 7 years ago
(diff) |
Simplify licence block at the beginning of each file
|
Line | |
---|
1 | <?php |
---|
2 | /** |
---|
3 | * @package Dotclear |
---|
4 | * @subpackage Plugins |
---|
5 | * |
---|
6 | * @copyright Olivier Meunier & Association Dotclear |
---|
7 | * @copyright GPL-2.0-only |
---|
8 | */ |
---|
9 | |
---|
10 | if (!isset($__resources['help']['antispam'])) { |
---|
11 | $__resources['help']['antispam'] = dirname(__FILE__) . '/help/help.html'; |
---|
12 | } |
---|
13 | if (!isset($__resources['help']['antispam-filters'])) { |
---|
14 | $__resources['help']['antispam-filters'] = dirname(__FILE__) . '/help/filters.html'; |
---|
15 | } |
---|
16 | if (!isset($__resources['help']['ip-filter'])) { |
---|
17 | $__resources['help']['ip-filter'] = dirname(__FILE__) . '/help/ip.html'; |
---|
18 | } |
---|
19 | if (!isset($__resources['help']['iplookup-filter'])) { |
---|
20 | $__resources['help']['iplookup-filter'] = dirname(__FILE__) . '/help/iplookup.html'; |
---|
21 | } |
---|
22 | if (!isset($__resources['help']['words-filter'])) { |
---|
23 | $__resources['help']['words-filter'] = dirname(__FILE__) . '/help/words.html'; |
---|
24 | } |
---|
25 | if (!isset($__resources['help']['antispam_comments'])) { |
---|
26 | $__resources['help']['antispam_comments'] = dirname(__FILE__) . '/help/comments.html'; |
---|
27 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.