Merge 73395b1bc147fd2aa940e8ea4ffdd396dfa68e1f into dd5c4101622593a39b02f4ee98e2210c765daafa

This commit is contained in:
Bedder 2015-11-17 01:04:41 +00:00
commit 846c7ca074

View File

@ -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