|
From: Andrew <men...@us...> - 2005-12-18 00:37:13
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18571/admin Modified Files: index.php Log Message: Note this: http://www.mx-system.com/index.php?page=2&t=7135&highlight=&phpbb_script=viewtopic . Scope m'boy... Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** index.php 8 Dec 2005 14:41:47 -0000 1.18 --- index.php 18 Dec 2005 00:36:59 -0000 1.19 *************** *** 57,61 **** function read_admin($dir_module) { ! global $phpEx, $template, $lang; $module = array(); --- 57,61 ---- function read_admin($dir_module) { ! global $phpEx, $template, $lang, $board_config, $phpbb_root_path; $module = array(); |