[phpMP-CVS] CVS: phpMP/core main.php,1.12,1.13
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-09-22 10:05:14
|
Update of /cvsroot/phpmp/phpMP/core In directory sc8-pr-cvs1:/tmp/cvs-serv19751/core Modified Files: main.php Log Message: I am such an idiot. Especially at 4am when I have class at 9am. Index: main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/core/main.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** main.php 22 Sep 2003 09:52:28 -0000 1.12 --- main.php 22 Sep 2003 10:05:10 -0000 1.13 *************** *** 107,113 **** //create_vars(); - $Session->start(); - $Session->run(); - $cfg_lang = $this->cfg_get('default_lang'); $usr_lang = $User->get('language'); --- 107,110 ---- |