|
From: Jon O. <jon...@us...> - 2008-02-08 23:40:28
|
Update of /cvsroot/mxbb/mx_counter/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13566/admin Modified Files: admin_counter_cfg.php Log Message: Removing trailing newlines... Index: admin_counter_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_counter/admin/admin_counter_cfg.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_counter_cfg.php 6 Jun 2007 23:49:07 -0000 1.1 --- admin_counter_cfg.php 8 Feb 2008 23:40:23 -0000 1.2 *************** *** 36,40 **** // // ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . '/admin/pagestart.'.$phpEx); --- 36,40 ---- // // ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . '/admin/pagestart.'.$phpEx); *************** *** 154,156 **** include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx); ! ?> --- 154,156 ---- include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx); ! ?> \ No newline at end of file |