mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
it was redirecting to /index.php changed that to /preferences/index.php
This commit is contained in:
parent
5c98a89a6f
commit
55ca1df08e
@ -217,7 +217,7 @@
|
||||
$phpgw->preferences->commit();
|
||||
|
||||
if ($phpgw_info["server"]["useframes"] != "never") {
|
||||
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/index.php"));
|
||||
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/preferences/index.php"));
|
||||
$phpgw->common->phpgw_exit();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user