|
From: Jon O. <jon...@us...> - 2007-07-25 23:11:47
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16184 Modified Files: common.php Log Message: Minor things found while updating mxbb.net. i have forgotten the details Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** common.php 21 Jul 2007 23:07:14 -0000 1.65 --- common.php 25 Jul 2007 23:11:43 -0000 1.66 *************** *** 237,240 **** --- 237,241 ---- define('PORTAL_URL', $portal_config['portal_url']); define('PORTAL_VERSION', $portal_config['portal_version']); + echo('a'.var_export($portal_config)); // |