summaryrefslogtreecommitdiffstats
path: root/pages/Users/Group.c.xml
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-18 01:17:05 +0200
committerneoraider <devnull@localhost>2006-04-18 01:17:05 +0200
commite7359ccf2db89b1feec820d1c97583f720ae0d7a (patch)
tree4321a817497f064457c184364a9a2745bf5bd629 /pages/Users/Group.c.xml
parent1a78cfbd3315897aa84b7a5d6735d54d94a590a1 (diff)
downloadneon-e7359ccf2db89b1feec820d1c97583f720ae0d7a.tar
neon-e7359ccf2db89b1feec820d1c97583f720ae0d7a.zip
Seiten verschoben.
Diffstat (limited to 'pages/Users/Group.c.xml')
-rw-r--r--pages/Users/Group.c.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/pages/Users/Group.c.xml b/pages/Users/Group.c.xml
deleted file mode 100644
index b48e369..0000000
--- a/pages/Users/Group.c.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<page>
- <info>
- <name>Users:Group</name>
- <template>phpexec</template>
- <access>0:0</access>
- <type>c</type>
- </info>
- <data>
- <code>
- <![CDATA[
- <?PHP
- require_once('code/user.inc.php');
- require_once('code/links.inc.php');
-
-
- if($_POST['back']) {
- header('Location: ' . $GLOBALS['links']->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();
- ?>
- ]]>
- </code>
- </data>
-</page>