summaryrefslogtreecommitdiffstats
path: root/pages/content/Logout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/content/Logout.xml')
-rw-r--r--pages/content/Logout.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/pages/content/Logout.xml b/pages/content/Logout.xml
deleted file mode 100644
index 5f2b95c..0000000
--- a/pages/content/Logout.xml
+++ /dev/null
@@ -1,24 +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
- Uses('user', 'links');
-
- $GLOBALS['user']->Logout();
-
- header('Location: ' . $GLOBALS['links']->GetNeonLink($GLOBALS['config']['home'], null, false));
-
- exit();
-?>
- ]]>
- </code>
- </data>
-</page>