X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=install.php;h=03594bbc1e8f43ec97f8a2178d6522142a003fdb;hb=62eb920e040f14ad4bc60b6b5326aa5c4f6b5d2d;hp=78eeeef99925335c10d2b631a06c7e423c9c248f;hpb=21a24662ddc70624c27c607e3904aab23e893898;p=mailer.git diff --git a/install.php b/install.php index 78eeeef999..03594bbc1e 100644 --- a/install.php +++ b/install.php @@ -20,10 +20,10 @@ * 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!!!!!! * * -------------------------------------------------------------------- * @@ -46,12 +46,12 @@ * 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'] = "";