From 7d9d8df3d91562011a228ec18f04de1812dd9393 Mon Sep 17 00:00:00 2001 From: wlx Date: Wed, 20 Jan 2016 11:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'