diff admlogout.php @ 51:7bdf89601ba0

Work on session stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Oct 2013 06:55:58 +0300
parents 5bf22431176c
children aeebfedb5709
line wrap: on
line diff
--- a/admlogout.php	Sat Oct 05 04:14:21 2013 +0300
+++ b/admlogout.php	Sat Oct 05 06:55:58 2013 +0300
@@ -6,7 +6,7 @@
 
 stSetupCacheControl();
 
-stSessionEnd();
+stSessionEnd(SESS_ADMIN);
 
 header("Location: admin");
 ?>
\ No newline at end of file