[Openfirst-cvscommit] base/config globals.tpl,1.1,1.2
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2004-12-29 22:03:28
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8700/config Modified Files: globals.tpl Log Message: updates for %COOKIE% Index: globals.tpl =================================================================== RCS file: /cvsroot/openfirst/base/config/globals.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** globals.tpl 29 Dec 2004 02:56:50 -0000 1.1 --- globals.tpl 29 Dec 2004 22:03:20 -0000 1.2 *************** *** 38,43 **** } ! ! $regenabled=true; $home = %HOME%; $header = %HEADER%; --- 38,43 ---- } ! $pass_save_disabled=%COOKIE%; ! $regenabled=%REG%; $home = %HOME%; $header = %HEADER%; *************** *** 53,57 **** $currentmodule = substr($currentmodule, 1, strpos($currentmodule, "/", 2) - 1); ! session_start(); include('auth.php'); --- 53,57 ---- $currentmodule = substr($currentmodule, 1, strpos($currentmodule, "/", 2) - 1); ! #FIXME: Use $fbasepath instead of getcwd() session_start(); include('auth.php'); |