diff admajax.js.php @ 1071:76e11ae923a7

Use long tags.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Jan 2017 17:44:50 +0200
parents e23057465ca2
children 08900352f420
line wrap: on
line diff
--- a/admajax.js.php	Tue Jan 24 17:37:50 2017 +0200
+++ b/admajax.js.php	Tue Jan 24 17:44:50 2017 +0200
@@ -10,6 +10,7 @@
 require_once "msite.inc.php";
 require_once "msession.inc.php";
 
+
 // Initiate SQL database connection
 if (!stConnectSQLDB())
 {
@@ -25,6 +26,8 @@
 if (!stChkSetting("admPassword") || !stAdmSessionAuth(FALSE))
   exit;
 
+
+// Output JavaScript settings
 echo
   "\n".
   "var jsSettingsArgs = [];\n";