Update init.php
This commit is contained in:
parent
c31cd5f200
commit
73395b1bc1
|
@ -153,9 +153,7 @@ $base = dirname($base);
|
||||||
|
|
||||||
if($base!=DS) {
|
if($base!=DS) {
|
||||||
$base = $base.'/';
|
$base = $base.'/';
|
||||||
}
|
}else{ // work in subdomain
|
||||||
|
|
||||||
if (dirname($_SERVER['SCRIPT_NAME']) == '\\') {
|
|
||||||
$base = '/';
|
$base = '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue