forked from science-ation/science-ation
Oops, add the common inc check for the /app folder to work
This commit is contained in:
parent
606937b8d9
commit
7bce69f8a5
@ -47,6 +47,8 @@ else if(substr(getcwd(),-3)=="/db" || substr(getcwd(),-3)=="\\db")
|
||||
$prependdir="../";
|
||||
else if(substr(getcwd(),-8)=="/scripts" || substr(getcwd(),-8)=="\\scripts")
|
||||
$prependdir="../";
|
||||
else if(substr(getcwd(),-4)=="/app" || substr(getcwd(),-4)=="\\app")
|
||||
$prependdir="../";
|
||||
else
|
||||
$prependdir="";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user