|
From: OryNider <ory...@us...> - 2008-05-14 23:04:13
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31085 Modified Files: readme.txt Log Message: readme code upgraded with debugin infos so that users don't post same qustion on forum. Index: readme.txt =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme.txt 30 May 2007 21:33:48 -0000 1.2 --- readme.txt 14 May 2008 23:04:08 -0000 1.3 *************** *** 36,42 **** { $mx_root_path = './../'; ! if (file_exists($mx_root_path.'modules/mx_phpbb/includes/forum_hack.'.$phpEx)) { ! include_once($mx_root_path.'modules/mx_phpbb/includes/forum_hack.'.$phpEx); } } --- 36,42 ---- { $mx_root_path = './../'; ! if ((@include_once $mx_root_path . "modules/mx_phpbb/includes/forum_hack.$phpEx") === false) { ! die("Forum Integration (mx_phpbb) " . $mx_root_path . "modules/mx_phpbb/includes/forum_hack.$phpEx couldn't be opened.<br /> Please check if \$mx_root_path is defined correct."); } } *************** *** 63,65 **** /********************************************************************************\ | End Of Document ! \********************************************************************************/ --- 63,65 ---- /********************************************************************************\ | End Of Document ! \********************************************************************************/ \ No newline at end of file |