parent
565d64fe5f
commit
f37b2d2ea9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ define("BAIKAL_CONTEXT", TRUE);
|
|||
define("BAIKAL_CONTEXT_ADMIN", TRUE);
|
||||
define("PROJECT_CONTEXT_BASEURI", "/admin/");
|
||||
|
||||
if(file_exists(getcwd(). "/Core")) {
|
||||
if(file_exists(dirname(getcwd()). "/Core")) {
|
||||
# Flat FTP mode
|
||||
define("PROJECT_PATH_ROOT", dirname(getcwd()) . "/"); #../
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue