Update bootstrap.php
This commit is contained in:
parent
509bfd39e2
commit
5818a79e67
|
@ -30,6 +30,7 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'ci');
|
|||
set_include_path(implode(PATH_SEPARATOR, array(
|
||||
realpath(APPLICATION_PATH . '/../Classes'),
|
||||
'./',
|
||||
dirname(__FILE__),
|
||||
get_include_path(),
|
||||
)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue