Fixed logfile writing in installation phase, .revision is now ignored
[mailer.git] / install.php
index 78eeeef99925335c10d2b631a06c7e423c9c248f..89b6e33c96bffc4c2b0e5752a93b068cee47fdd4 100644 (file)
  * MA  02110-1301  USA                                                  *
  ************************************************************************/
 
-// Tell every module / include file we are installing
-$GLOBALS['mxchange_installing'] = true;
-
 // Load security system
 require("inc/libs/security_functions.php");
 
+// Tell every module / include file we are installing
+$GLOBALS['mxchange_installing'] = true;
+
 // Init "action" and "what"
 $GLOBALS['what']   = "";
 $GLOBALS['action'] = "";