X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall%2Finstall_page_;h=3eb304602876003075cb349dc617c33a0753cf48;hb=150ed402878985508f10f4e06d25831e0fb3a1f8;hp=3c4b34020770d0f40cfea91276a779168a19e8be;hpb=02ca1bea68f829c50935a73ecb0722ba02f20a2d;p=mailer.git diff --git a/inc/install/install_page_ b/inc/install/install_page_ index 3c4b340207..3eb3046028 100644 --- a/inc/install/install_page_ +++ b/inc/install/install_page_ @@ -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