mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +01:00
Make cancel button work
This commit is contained in:
parent
2b19a2b95c
commit
c5016e45a3
@ -25,6 +25,11 @@
|
|||||||
);
|
);
|
||||||
include('../header.inc.php');
|
include('../header.inc.php');
|
||||||
|
|
||||||
|
if ($GLOBALS['HTTP_POST_VARS']['cancel'])
|
||||||
|
{
|
||||||
|
Header('Location: ' . $GLOBALS['phpgw']->link('/preferences/index.php'));
|
||||||
|
}
|
||||||
|
|
||||||
// Make things a little easier to follow
|
// Make things a little easier to follow
|
||||||
function is_admin()
|
function is_admin()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user