Rev | Line | |
---|
[353] | 1 | <?php |
---|
| 2 | /***************************************************************************\ |
---|
| 3 | Plugin : redCTA |
---|
| 4 | Licence : GPL |
---|
| 5 | Auteurs : Guillermo Acedo |
---|
| 6 | Infos : http://spip.redcta.org.ar |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | $LastChangedRevision: 1 $ |
---|
| 10 | $LastChangedBy: guille $ |
---|
| 11 | $LastChangedDate: 2009-08-09 (ven, 21 mar 2008) $ |
---|
| 12 | \***************************************************************************/ |
---|
| 13 | |
---|
| 14 | session_start(); |
---|
| 15 | if (!isset($_SESSION['id_check'])) { |
---|
| 16 | $_SESSION['id_check'] = uniqid(rand()); |
---|
| 17 | } |
---|
| 18 | |
---|
[533] | 19 | //$p=explode(basename(_DIR_PLUGINS)."/",str_replace('\\','/',realpath(dirname(__FILE__)))); |
---|
| 20 | //define('_DIR_PLUGIN_REDCTA',(_DIR_PLUGINS.end($p))); |
---|
[353] | 21 | |
---|
[357] | 22 | //$forcer_lang = true; |
---|
[353] | 23 | // pour free : tester si on est en admin privee ou publique |
---|
[533] | 24 | //if (!ereg("^\.\.", _DIR_PLUGIN_REDCTA)) { |
---|
| 25 | // $GLOBALS['dossier_squelettes'] = implode(":", Array( |
---|
[357] | 26 | |
---|
[533] | 27 | // _DIR_PLUGIN_REDCTA.'/squelettes', |
---|
[357] | 28 | |
---|
[533] | 29 | // )); |
---|
| 30 | //} |
---|
[353] | 31 | // structure des tables |
---|
| 32 | |
---|
| 33 | //include_spip("base/tables_magusine"); |
---|
| 34 | |
---|
| 35 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.