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
|
Rev | Line | |
---|
[2322] | 1 | <?php |
---|
[3731] | 2 | /** |
---|
| 3 | * @package Dotclear |
---|
| 4 | * @subpackage Plugins |
---|
| 5 | * |
---|
| 6 | * @copyright Olivier Meunier & Association Dotclear |
---|
| 7 | * @copyright GPL-2.0-only |
---|
| 8 | */ |
---|
[2322] | 9 | |
---|
[3731] | 10 | if (!isset($__resources['help']['antispam'])) { |
---|
| 11 | $__resources['help']['antispam'] = dirname(__FILE__) . '/help/help.html'; |
---|
[2322] | 12 | } |
---|
[3731] | 13 | if (!isset($__resources['help']['antispam-filters'])) { |
---|
| 14 | $__resources['help']['antispam-filters'] = dirname(__FILE__) . '/help/filters.html'; |
---|
[2322] | 15 | } |
---|
[3731] | 16 | if (!isset($__resources['help']['ip-filter'])) { |
---|
| 17 | $__resources['help']['ip-filter'] = dirname(__FILE__) . '/help/ip.html'; |
---|
[2322] | 18 | } |
---|
[3731] | 19 | if (!isset($__resources['help']['iplookup-filter'])) { |
---|
| 20 | $__resources['help']['iplookup-filter'] = dirname(__FILE__) . '/help/iplookup.html'; |
---|
[2322] | 21 | } |
---|
[3731] | 22 | if (!isset($__resources['help']['words-filter'])) { |
---|
| 23 | $__resources['help']['words-filter'] = dirname(__FILE__) . '/help/words.html'; |
---|
[2322] | 24 | } |
---|
[3731] | 25 | if (!isset($__resources['help']['antispam_comments'])) { |
---|
| 26 | $__resources['help']['antispam_comments'] = dirname(__FILE__) . '/help/comments.html'; |
---|
[2329] | 27 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.