|
From: Jon O. <jon...@us...> - 2008-02-08 23:42:51
|
Update of /cvsroot/mxbb/mx_phpCA/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14767/admin Modified Files: admin_ads_ext.php Log Message: Removing trailing newlines... Index: admin_ads_ext.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/admin/admin_ads_ext.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_ads_ext.php 6 Jun 2007 22:24:29 -0000 1.1 --- admin_ads_ext.php 8 Feb 2008 23:42:47 -0000 1.2 *************** *** 24,28 **** $mx_root_path = '../../../'; $ads_root_path = $module_root_path . 'ads_mod/'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . 'admin/pagestart.' . $phpEx); --- 24,28 ---- $mx_root_path = '../../../'; $ads_root_path = $module_root_path . 'ads_mod/'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . 'admin/pagestart.' . $phpEx); *************** *** 164,166 **** include_once( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); ! ?> --- 164,166 ---- include_once( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); ! ?> \ No newline at end of file |