summaryrefslogtreecommitdiffstats
path: root/pages/Logout.c.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/Logout.c.xml')
-rw-r--r--pages/Logout.c.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/pages/Logout.c.xml b/pages/Logout.c.xml
deleted file mode 100644
index 9447dca..0000000
--- a/pages/Logout.c.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<page>
- <info>
- <name>Logout</name>
- <template>phpexec</template>
- <access>8:0</access>
- <type>c</type>
- </info>
- <data>
- <code>
- <![CDATA[
-<?PHP
- require_once('config/config.inc.php');
-
- require_once('code/user.inc.php');
- require_once('code/links.inc.php');
-
- $GLOBALS['user']->Logout();
-
- header('Location: ' . $GLOBALS['links']->GetNeonLink($GLOBALS['config']['home'], null, false));
-
- exit();
-?>
- ]]>
- </code>
- </data>
-</page>