mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Make cancel button work
This commit is contained in:
parent
2b19a2b95c
commit
c5016e45a3
@ -25,6 +25,11 @@
|
||||
);
|
||||
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
|
||||
function is_admin()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user