change include path
This commit is contained in:
parent
9376e9e143
commit
0ae5b11589
|
@ -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();
|
||||
$frontController->dispatch();
|
||||
|
|
Loading…
Reference in New Issue