change include path

This commit is contained in:
wlx 2013-09-26 10:23:33 +00:00
parent 9376e9e143
commit 0ae5b11589
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ ini_set('display_errors', 1);
date_default_timezone_set('Asia/Shanghai'); date_default_timezone_set('Asia/Shanghai');
// directory setup and class loading // 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 . 'D:/library'
. PATH_SEPARATOR . '../application/models' . PATH_SEPARATOR . '../application/models'
. PATH_SEPARATOR . '../application/default/controllers' . PATH_SEPARATOR . '../application/default/controllers'
@ -52,4 +52,4 @@ $plugin->setErrorHandlerModule('default')
$frontController->registerPlugin($plugin); $frontController->registerPlugin($plugin);
$frontController->dispatch(); $frontController->dispatch();