changeset 165:15182643d672

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Oct 2013 04:06:12 +0200
parents 30728a223249
children c73217c35864
files usrajax.php
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/usrajax.php	Sun Oct 27 03:33:45 2013 +0200
+++ b/usrajax.php	Sun Oct 27 04:06:12 2013 +0200
@@ -51,8 +51,9 @@
 }
 
 
-
-// Check if we are allowed to execute
+//
+// Initialize
+//
 if (!stUserSessionAuth())
 {
   stSetupCacheControl();
@@ -63,9 +64,6 @@
   exit;
 }
 
-//
-// Initialize
-//
 stSetupCacheControl();
 
 if (!stConnectSQLDB())