Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / install.php
index 78eeeef99925335c10d2b631a06c7e423c9c248f..03594bbc1e8f43ec97f8a2178d6522142a003fdb 100644 (file)
  *           Datei nach der fertiggestellten Installation oder JEDER    *
  *           kann Ihr Mailtausch-Script neu einstellen!!!               *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * 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'] = "";