Merge 73395b1bc147fd2aa940e8ea4ffdd396dfa68e1f into dd5c4101622593a39b02f4ee98e2210c765daafa
This commit is contained in:
commit
846c7ca074
@ -153,7 +153,9 @@ $base = empty( $_SERVER['SCRIPT_NAME'] ) ? $_SERVER['PHP_SELF'] : $_SERVER['SCRI
|
|||||||
$base = dirname($base);
|
$base = dirname($base);
|
||||||
|
|
||||||
if($base!=DS) {
|
if($base!=DS) {
|
||||||
$base = $base.'/';
|
$base = $base.'/';
|
||||||
|
}else{ // work in subdomain
|
||||||
|
$base = '/';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Workaround for Windows Web Servers
|
// Workaround for Windows Web Servers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user