|
From: OryNider <ory...@us...> - 2008-02-28 06:27:35
|
Update of /cvsroot/mxbb/mx_radio/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21483/mx_radio/admin Modified Files: admin_radio.php Log Message: cvs commit test Index: admin_radio.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/admin/admin_radio.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_radio.php 8 Feb 2008 23:43:33 -0000 1.2 --- admin_radio.php 28 Feb 2008 06:26:32 -0000 1.3 *************** *** 42,46 **** // // require($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . '/admin/pagestart.'.$phpEx); --- 42,46 ---- // // require($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . '/admin/pagestart.'.$phpEx); *************** *** 153,155 **** include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx); ! ?> \ No newline at end of file --- 153,155 ---- include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx); ! ?> |