From e7359ccf2db89b1feec820d1c97583f720ae0d7a Mon Sep 17 00:00:00 2001 From: neoraider Date: Mon, 17 Apr 2006 23:17:05 +0000 Subject: Seiten verschoben. --- pages/content/Users:Group.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/content/Users:Group.xml (limited to 'pages/content/Users:Group.xml') diff --git a/pages/content/Users:Group.xml b/pages/content/Users:Group.xml new file mode 100644 index 0000000..b48e369 --- /dev/null +++ b/pages/content/Users:Group.xml @@ -0,0 +1,32 @@ + + + + Users:Group + + 0:0 + c + + + + GetNeonLink('Users', null, false)); + exit(); + } + + if(!isset($_POST['id']) || !isset($_POST['gid'])) exit(); + + $GLOBALS['user']->ChangeGroup($_POST['id'], $_POST['gid']); + + header('Location: ' . $GLOBALS['links']->GetNeonLink('Users', null, false)); + exit(); + ?> + ]]> + + + -- cgit v1.2.3