comparison logout.inc.php @ 5:76c3b89d7b11

Improve voting, clean up the code, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Dec 2012 08:08:58 +0200
parents 8019b357cc03
children
comparison
equal deleted inserted replaced
4:934ab7d8c244 5:76c3b89d7b11
1 <? 1 <?
2 if (stEndSession()) 2 stSetupCacheControl();
3
4 if (stSessionEnd(stAdmSessionAuth()))
3 { 5 {
4 echo "<h1>Logged out</h1>\n". 6 echo "<h1>Logged out</h1>\n".
5 "<p>Have a nice day.</p>\n"; 7 "<p>Have a nice day.</p>\n";
6 } 8 }
7 else 9 else