source: trunk/spip/esqueleto-redcta/plugins/svn_update-redcta-spip-2-0/svn_update_options.php @ 357

Last change on this file since 357 was 152, checked in by guille, 15 years ago

se agregaron svn_update y cfg para el 2.0

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.