mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Reverted failed change
This commit is contained in:
parent
e68d2bfe5c
commit
d4d3350c8c
@ -4235,16 +4235,16 @@ function ui_get_full_url($url='', $no_proxy=false, $add_name_php_file=false, $me
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ($proxy) {
|
if ($proxy) {
|
||||||
if (is_metaconsole() && $metaconsole_root) {
|
|
||||||
$fullurl .= ENTERPRISE_DIR.'/meta';
|
|
||||||
}
|
|
||||||
|
|
||||||
$fullurl .= '/';
|
$fullurl .= '/';
|
||||||
} else {
|
} else {
|
||||||
if ($add_name_php_file) {
|
if ($add_name_php_file) {
|
||||||
$fullurl .= $_SERVER['SCRIPT_NAME'];
|
$fullurl .= $_SERVER['SCRIPT_NAME'];
|
||||||
} else {
|
} else {
|
||||||
$fullurl .= $config['homeurl_static'].'/';
|
$fullurl .= $config['homeurl_static'].'/';
|
||||||
|
|
||||||
|
if (is_metaconsole() && $metaconsole_root) {
|
||||||
|
$fullurl .= ENTERPRISE_DIR.'/meta/';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user