diff admlogin.php @ 156:fa7f3defffd0

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Oct 2013 16:12:05 +0300
parents aeebfedb5709
children 40a4a2d3d039
line wrap: on
line diff
--- a/admlogin.php	Fri Oct 25 16:11:49 2013 +0300
+++ b/admlogin.php	Fri Oct 25 16:12:05 2013 +0300
@@ -9,8 +9,16 @@
 require "msite.inc.php";
 require "msession.inc.php";
 
+//
+// Initialize
+//
+stSetupCacheControl();
 stSetupCacheControl();
 
+
+//
+// Authenticate
+//
 $password = stGetSetting("admPassword");
 if (stGetRequestItem("admpass", FALSE) == $password)
 {