|
From: Florin C B. <ory...@us...> - 2013-07-03 04:30:05
|
Update of /cvsroot/mxbb/mx_radio/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25055/admin Modified Files: admin_radio.php Log Message: Index: admin_radio.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/admin/admin_radio.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_radio.php 21 Sep 2009 21:01:47 -0000 1.5 --- admin_radio.php 3 Jul 2013 04:30:02 -0000 1.6 *************** *** 31,44 **** } - // // Setup basic portal stuff... ! // define('IN_PORTAL', true); $mx_root_path = '../../../'; $module_root_path = "../"; - // // Security and page header... - // // require($mx_root_path . 'extension.inc'); $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 31,41 ---- } // Setup basic portal stuff... ! define('_RADIO_CONFIG', true); define('IN_PORTAL', true); $mx_root_path = '../../../'; $module_root_path = "../"; // Security and page header... // require($mx_root_path . 'extension.inc'); $phpEx = substr(strrchr(__FILE__, '.'), 1); |