|
From: OryNider <ory...@us...> - 2008-03-21 08:52:26
|
Update of /cvsroot/mxbb/mx_radiocast/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22296/admin Modified Files: admin_radio_auth.php admin_radio_cat.php admin_radio_cfg.php admin_radio_ext.php Log Message: version 1.02 Index: admin_radio_ext.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/admin/admin_radio_ext.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_radio_ext.php 8 Feb 2008 23:43:44 -0000 1.3 --- admin_radio_ext.php 21 Mar 2008 08:50:58 -0000 1.4 *************** *** 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 ); ! ?> \ No newline at end of file --- 172,174 ---- include_once( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); ! ?> |