diff admlogout.php @ 32:36392d1d6b5f

Moar work.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Dec 2012 11:14:05 +0200
parents
children 5bf22431176c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/admlogout.php	Mon Dec 10 11:14:05 2012 +0200
@@ -0,0 +1,11 @@
+<?
+$sessionType = "admin";
+require "mconfig.inc.php";
+require "msite.inc.php";
+
+stSetupCacheControl();
+
+stSessionEnd();
+
+header("Location: admin");
+?>
\ No newline at end of file