|
From: OryNider <ory...@us...> - 2007-12-14 02:13:59
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16751 Modified Files: common.php Log Message: 10x to Culprit I fixed more bugs ;) Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** common.php 9 Sep 2007 16:48:16 -0000 1.68 --- common.php 14 Dec 2007 02:13:25 -0000 1.69 *************** *** 324,328 **** $server_port = ( $portal_config['server_port'] <> 80 ) ? ':' . trim($portal_config['server_port']) . '/' : '/'; ! $server_url = $server_protocol . $server_name . $server_port . $script_name; define('PORTAL_URL', $server_url); --- 324,328 ---- $server_port = ( $portal_config['server_port'] <> 80 ) ? ':' . trim($portal_config['server_port']) . '/' : '/'; ! $server_url = $server_protocol . $server_name . $server_port . $script_name . '/'; define('PORTAL_URL', $server_url); *************** *** 413,416 **** // $do_gzip_compress = FALSE; ! mx_session_start(); // Note: this needs $board_config populated! ?> \ No newline at end of file --- 413,416 ---- // $do_gzip_compress = FALSE; ! mx_session_start(); // Note: this needs $board_config populated ?> \ No newline at end of file |