add absolute path
This commit is contained in:
parent
e3209f8b6f
commit
ebcc6cb2de
|
@ -5,6 +5,7 @@ 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 . '../include/'
|
||||||
|
. PATH_SEPARATOR . '/var/www/card.westgis.ac.cn/include/'
|
||||||
. PATH_SEPARATOR . '../application/models'
|
. PATH_SEPARATOR . '../application/models'
|
||||||
. PATH_SEPARATOR . '../application/module'
|
. PATH_SEPARATOR . '../application/module'
|
||||||
. PATH_SEPARATOR . '../application/default/controllers'
|
. PATH_SEPARATOR . '../application/default/controllers'
|
||||||
|
|
Loading…
Reference in New Issue