diff msite.inc.php @ 9:fa9b66f596bb

More work on settings storage.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Dec 2012 13:50:59 +0200
parents 4c5f651aa107
children 358534308c61
line wrap: on
line diff
--- a/msite.inc.php	Thu Dec 06 13:30:46 2012 +0200
+++ b/msite.inc.php	Thu Dec 06 13:50:59 2012 +0200
@@ -1,17 +1,20 @@
 <?
 //
-// Nothing to touch after this, mostly
+// FAPWEB - Demo Party Website System System
+// (C) Copyright 2012 Matti 'ccr' Hamalainen <ccr@tnsp.org>
 //
+
+// Globals and definitions
 $errorSet = FALSE;
 $errorMsg = "";
 
-
 define("VT_STR", 1);
 define("VT_INT", 2);
 define("VT_BOOL", 3);
 define("VT_TEXT", 4);
 
 
+
 function stError($msg)
 {
   global $errorSet, $errorMsg;