|
From: OryNider <ory...@us...> - 2007-06-19 01:45:42
|
Update of /cvsroot/mxbb/mx_pjirc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17576 Modified Files: pjirc_chat.php Log Message: Added to aplet module_path, so this is ready for 2.8.0 :) Index: pjirc_chat.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/pjirc_chat.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pjirc_chat.php 7 Jun 2007 00:08:33 -0000 1.1 --- pjirc_chat.php 19 Jun 2007 01:45:37 -0000 1.2 *************** *** 21,26 **** define('IN_PORTAL', 1); ! error_reporting( E_ALL ); ! ini_set( 'display_errors', '1' ); $mx_root_path = "../../"; --- 21,26 ---- define('IN_PORTAL', 1); ! //error_reporting( E_ALL ); ! //ini_set( 'display_errors', '1' ); $mx_root_path = "../../"; *************** *** 71,74 **** --- 71,75 ---- 'LANG' => $board_config['default_lang'], 'HELP' => $help, + 'MODULE_PATH' => $module_root_path, //GUI_SETTING |