fixing fix
This commit is contained in:
parent
ee00246269
commit
2971897bd4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function serverUrl($return_subfolder = false)
|
||||||
$serverport = ($_SERVER["SERVER_PORT"]=='80' || ($https && $_SERVER["SERVER_PORT"]=='443') ? '' : ':'.$_SERVER["SERVER_PORT"]);
|
$serverport = ($_SERVER["SERVER_PORT"]=='80' || ($https && $_SERVER["SERVER_PORT"]=='443') ? '' : ':'.$_SERVER["SERVER_PORT"]);
|
||||||
if($return_subfolder === true) {
|
if($return_subfolder === true) {
|
||||||
$path = pathinfo( $_SERVER['PHP_SELF'] );
|
$path = pathinfo( $_SERVER['PHP_SELF'] );
|
||||||
if( !empty( $_SERVER['PHP_SELF'] ))
|
if( $path['dirname'] != '/' )
|
||||||
$subfolder = $path['dirname'] .'/';
|
$subfolder = $path['dirname'] .'/';
|
||||||
} else $subfolder = '';
|
} else $subfolder = '';
|
||||||
return 'http'.($https?'s':'').'://'.$_SERVER["SERVER_NAME"].$serverport.$subfolder;
|
return 'http'.($https?'s':'').'://'.$_SERVER["SERVER_NAME"].$serverport.$subfolder;
|
||||||
|
|
Loading…
Reference in a new issue