|
From: Jon O. <jon...@us...> - 2008-02-08 23:43:46
|
Update of /cvsroot/mxbb/mx_radio/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15230/admin Modified Files: admin_radio.php Log Message: Removing trailing newlines... Index: admin_radio.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/admin/admin_radio.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_radio.php 6 Jun 2007 23:30:52 -0000 1.1 --- admin_radio.php 8 Feb 2008 23:43:33 -0000 1.2 *************** *** 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); ! ?> --- 153,155 ---- include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx); ! ?> \ No newline at end of file |