diff --git a/htdocs/index.php b/htdocs/index.php index de7b1b9e..bed45023 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 . '/var/www/sanjiangyuan.westgis.ac.cn/include/' +set_include_path('.' . PATH_SEPARATOR . '/var/www/sanjiangyuan/include/' . PATH_SEPARATOR . 'K://www/zf1/library' . PATH_SEPARATOR . '../include' . PATH_SEPARATOR . '../application/models'