summaryrefslogtreecommitdiff
path: root/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'logout.php')
-rw-r--r--logout.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/logout.php b/logout.php
deleted file mode 100644
index 214699e..0000000
--- a/logout.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
- set_include_path(__DIR__ ."/include" . PATH_SEPARATOR .
- get_include_path());
-
- require_once "common.php";
- require_once "sessions.php";
-
- Config::sanity_check();
-
- logout_user();
-
- header("Location: login.php"); \ No newline at end of file