X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall%2Finstall_page_1.php;h=f25eedaef693f2c8ff9e16cd15e52d7121d7e62d;hb=654f549c9b33a10285c98d17acdd2de73c26462a;hp=3fc9df1e4400859f5edeae5c5aa133145e249181;hpb=fc58173ad036517148d2f17ad6e21cd756bb14e5;p=mailer.git diff --git a/inc/install/install_page_1.php b/inc/install/install_page_1.php index 3fc9df1e44..f25eedaef6 100644 --- a/inc/install/install_page_1.php +++ b/inc/install/install_page_1.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -36,7 +36,7 @@ ************************************************************************/ // Some security stuff... -if ((!defined('__SECURITY')) || (!isInstallationPhase())) { +if ((!defined('__SECURITY')) || (!isInstaller())) { die(); } // END - if