|
From: Jon O. <jon...@us...> - 2008-02-08 23:43:47
|
Update of /cvsroot/mxbb/mx_radiocast/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15252/admin Modified Files: admin_radio_ext.php Log Message: Removing trailing newlines... Index: admin_radio_ext.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/admin/admin_radio_ext.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_radio_ext.php 17 Sep 2007 07:19:37 -0000 1.2 --- admin_radio_ext.php 8 Feb 2008 23:43:44 -0000 1.3 *************** *** 24,28 **** $mx_root_path = '../../../'; $radiocast_root_path = $module_root_path . 'radiocast_mod/'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . 'admin/pagestart.' . $phpEx); --- 24,28 ---- $mx_root_path = '../../../'; $radiocast_root_path = $module_root_path . 'radiocast_mod/'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . 'admin/pagestart.' . $phpEx); *************** *** 172,174 **** include_once( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); ! ?> --- 172,174 ---- include_once( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); ! ?> \ No newline at end of file |