|
From: OryNider <ory...@us...> - 2008-02-11 12:13:18
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23557 Modified Files: session.php Log Message: modifications log upgraded. Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** session.php 11 Feb 2008 12:09:00 -0000 1.11 --- session.php 11 Feb 2008 12:13:11 -0000 1.12 *************** *** 28,39 **** * $auth -> $phpbb_auth - by OryNider * -new globals: $mx_root_path, $mx_cache - by OryNider ! * $this->lang_name was redefined to use in worst case the new $board_config['phpbb_lang'] ! * wich was defined in mx_functions_style.php before lang name is expanded - by OryNider * $template = new mx_Template(); - by OryNider ! * - before $this->add_lang($lang_set); the phpBB common language is included if fails with $phpbb_root_path added * - in function set_lang() ! * - if empty $this->lang_path will be redefined from $phpbb_root_path and new $board_config['phpbb_lang'] ! * wich in this case are set as globals - by OryNider (similar check has been added in the phpBB3 version too) ! * - added function images() to help redefining $images var and indexes were is needed - by OryNider *******************************************************************/ --- 28,45 ---- * $auth -> $phpbb_auth - by OryNider * -new globals: $mx_root_path, $mx_cache - by OryNider ! * $this->lang_name was redefined to use in ! * worst case the new $board_config['phpbb_lang'] ! * wich was defined in mx_functions_style.php ! * before lang name is expanded - by OryNider * $template = new mx_Template(); - by OryNider ! * - before $this->add_lang($lang_set); the phpBB common language is included ! * if fails with $phpbb_root_path added * - in function set_lang() ! * - if empty $this->lang_path will be redefined ! * from $phpbb_root_path and new $board_config['phpbb_lang'] ! * wich in this case are set as globals - by OryNider ! * (similar check has been added in the phpBB3 version too) ! * - added function images() to help redefining $images var ! * and indexes were is needed - by OryNider *******************************************************************/ |