|
From: Jon O. <jon...@us...> - 2008-02-21 22:50:45
|
Update of /cvsroot/mxbb/mx_news/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17216 Modified Files: admin_mx_news.php Log Message: typhos Index: admin_mx_news.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/admin/admin_mx_news.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_mx_news.php 15 Feb 2008 22:13:26 -0000 1.2 --- admin_mx_news.php 21 Feb 2008 22:50:41 -0000 1.3 *************** *** 42,46 **** // $mx_root_path = './../../../'; ! $module_root_path = './../../../modules/mx_kb/'; // --- 42,46 ---- // $mx_root_path = './../../../'; ! $module_root_path = './../../../modules/mx_news/'; // *************** *** 48,52 **** // $setmodules_root_path = './../'; ! $setmodules_module_path = 'modules/mx_kb/'; $setmodules_admin_path = $setmodules_module_path . 'admin/'; --- 48,52 ---- // $setmodules_root_path = './../'; ! $setmodules_module_path = 'modules/mx_news/'; $setmodules_admin_path = $setmodules_module_path . 'admin/'; |