source:
spip-zone/_plugins_/rss_commits/trunk/rss_commits_options.php
@
104418
Last change on this file since 104418 was 104418, checked in by , 4 years ago | |
---|---|
File size: 268 bytes |
Line | |
---|---|
1 | <?php |
2 | /** |
3 | * Options du plugin Commits de projetau chargement |
4 | * |
5 | * @plugin Commits de projet |
6 | * @copyright 2014-2017 |
7 | * @author Teddy Payet |
8 | * @licence GNU/GPL |
9 | * @package SPIP\RSSCommits\Options |
10 | */ |
11 | |
12 | if (!defined('_ECRIRE_INC_VERSION')) { |
13 | return; |
14 | } |
15 |
Note: See TracBrowser
for help on using the repository browser.