From 0ae5b1158904eecd60478558c9320752767f97a6 Mon Sep 17 00:00:00 2001 From: wlx Date: Thu, 26 Sep 2013 10:23:33 +0000 Subject: [PATCH] change include path --- htdocs/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index c3682031..16dcc48d 100755 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -4,7 +4,7 @@ ini_set('display_errors', 1); date_default_timezone_set('Asia/Shanghai'); // directory setup and class loading -set_include_path('.' . PATH_SEPARATOR . '../include/' +set_include_path('.' . PATH_SEPARATOR . '/var/www/westdc.westgis.ac.cn/include/' . PATH_SEPARATOR . 'D:/library' . PATH_SEPARATOR . '../application/models' . PATH_SEPARATOR . '../application/default/controllers' @@ -52,4 +52,4 @@ $plugin->setErrorHandlerModule('default') $frontController->registerPlugin($plugin); -$frontController->dispatch(); \ No newline at end of file +$frontController->dispatch();