mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
reverted the changes from seek3r, because the broke more then they did
repair
This commit is contained in:
parent
5ab04f6cd0
commit
abc91c7f3e
@ -216,9 +216,12 @@
|
||||
if (! $kp3)
|
||||
$kp3 = $phpgw_info["user"]["kp3"];
|
||||
|
||||
if (! $url) { // PHP won't allow you to set a var to a var
|
||||
$url_root = split ("/", $phpgw_info["server"]["webserver_url"]);
|
||||
$url = $url_root[0]."//".$url_root[2].$PHP_SELF; // or function for default values
|
||||
// PHP won't allow you to set a var to a var
|
||||
// or function for default values
|
||||
if (! $url) {
|
||||
#$url_root = split ("/", $phpgw_info["server"]["webserver_url"]);
|
||||
#$url = $url_root[0]."//".$url_root[2].$PHP_SELF;
|
||||
$url = $PHP_SELF;
|
||||
}
|
||||
|
||||
if (isset($phpgw_info["server"]["usecookies"]) &&
|
||||
|
Loading…
Reference in New Issue
Block a user