X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=5053ac7b8283cc17253edc0ea99d7c6e5f5e079c;hb=2db0c4748f83158403f14ac2a08bd7a25315f936;hp=89b588949de2e872353dfdafadf44f92d70a0f23;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6;p=mailer.git diff --git a/install.php b/install.php index 89b588949d..5053ac7b82 100644 --- a/install.php +++ b/install.php @@ -28,6 +28,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -56,7 +57,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Tell every module / require file we are installing -$GLOBALS['mxchange_installing'] = true; +$GLOBALS['mailer_installing'] = true; // Set CSS variable for "normal mode" $GLOBALS['output_mode'] = '0';