mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Update functions_ui.php minor adjustment
This commit is contained in:
parent
cca5c7fcf3
commit
e2f3a3fd0c
@ -3800,7 +3800,7 @@ function ui_get_full_url($url='', $no_proxy=false, $add_name_php_file=false, $me
|
|||||||
$proxy = true;
|
$proxy = true;
|
||||||
$fullurl = $config['public_url'];
|
$fullurl = $config['public_url'];
|
||||||
if ($url == 'index.php' && is_metaconsole()) {
|
if ($url == 'index.php' && is_metaconsole()) {
|
||||||
$fullurl .= ENTERPRISE_DIR.'/meta/index.php';
|
$fullurl .= '/'.ENTERPRISE_DIR.'/meta';
|
||||||
}
|
}
|
||||||
} else if (!empty($config['public_url'])
|
} else if (!empty($config['public_url'])
|
||||||
&& (!empty($_SERVER['HTTP_X_FORWARDED_HOST']))
|
&& (!empty($_SERVER['HTTP_X_FORWARDED_HOST']))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user