fix directory
This commit is contained in:
parent
70d0ed9402
commit
53a908a3d7
3
boot.php
3
boot.php
|
@ -437,8 +437,9 @@ if(! class_exists('App')) {
|
|||
if(isset($path) && strlen($path) && ($path != $this->path))
|
||||
$this->path = $path;
|
||||
}
|
||||
if (is_array($argv) && $argc>1 && !x($_SERVER,'SERVER_NAME') && substr(end($argv), 0, 4)=="http" ) {
|
||||
if (is_array($argv) && $argc>1 && substr(end($argv), 0, 4)=="http" ) {
|
||||
$this->set_baseurl(array_pop($argv) );
|
||||
$argc --;
|
||||
}
|
||||
|
||||
set_include_path(
|
||||
|
|
Loading…
Reference in a new issue