|
From: Jon O. <jon...@us...> - 2008-02-18 19:47:41
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31846 Modified Files: forum_hack.php Log Message: minor fix Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** forum_hack.php 18 Feb 2008 19:41:48 -0000 1.38 --- forum_hack.php 18 Feb 2008 19:47:37 -0000 1.39 *************** *** 52,55 **** --- 52,56 ---- if(!function_exists(auth_check_user)) { + // Do we really need this one? include_once($phpbb_root_path . 'includes/auth.' . $phpEx); } |