mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +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();
|
$phpgw->preferences->commit();
|
||||||
|
|
||||||
if ($phpgw_info["server"]["useframes"] != "never") {
|
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();
|
$phpgw->common->phpgw_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user