Update of /cvsroot/easymod/easymod2/mods/easymod/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3323/includes
Modified Files:
admin_easymod.php.txt
Log Message:
Nah, this was not completely correct. Just confused with another project who happened to do it that way.
Index: admin_easymod.php.txt
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** admin_easymod.php.txt 2 Nov 2005 05:51:56 -0000 1.30
--- admin_easymod.php.txt 2 Nov 2005 05:58:51 -0000 1.31
***************
*** 58,63 ****
require('./pagestart.' . $phpEx);
! // We need to set this one just after common.php has been loaded, otherwise it gets unset by the unregister_globals code in it!
$script_path = 'admin/';
// Load the EM language file
--- 58,64 ----
require('./pagestart.' . $phpEx);
! //
$script_path = 'admin/';
+ //
// Load the EM language file
|