source:
trunk/spip/esqueleto-redcta/plugins/svn_update-redcta-spip-2-0/svn_update_options.php
@
681
Last change on this file since 681 was 152, checked in by , 16 years ago | |
---|---|
File size: 225 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | if (!defined("_ECRIRE_INC_VERSION")) return; #securite |
4 | |
5 | if (!defined(SVN_UPDATE_AUTEURS)) { |
6 | define('_SVN_UPDATE_AUTEURS', implode(";",lire_config('svn_update/administrateurs',array('1')))); |
7 | } |
8 | ?> |
Note: See TracBrowser
for help on using the repository browser.