Merge 73395b1bc1
into dd5c410162
This commit is contained in:
commit
846c7ca074
1 changed files with 3 additions and 1 deletions
|
@ -153,7 +153,9 @@ $base = empty( $_SERVER['SCRIPT_NAME'] ) ? $_SERVER['PHP_SELF'] : $_SERVER['SCRI
|
|||
$base = dirname($base);
|
||||
|
||||
if($base!=DS) {
|
||||
$base = $base.'/';
|
||||
$base = $base.'/';
|
||||
}else{ // work in subdomain
|
||||
$base = '/';
|
||||
}
|
||||
else {
|
||||
// Workaround for Windows Web Servers
|
||||
|
|
Loading…
Add table
Reference in a new issue