X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Floader%2Fload-admins.php;h=eb3d516155c67cdcd592b458c4418fce5d0e7be8;hp=32d73eef567bb4c692fd951dd261987a96baedea;hb=c6e62b16b4474ead6b180a5b9648906459d846da;hpb=cf1c0f69caf5dc2abc2c461ca97696a064456e30 diff --git a/inc/loader/load-admins.php b/inc/loader/load-admins.php index 32d73eef56..eb3d516155 100644 --- a/inc/loader/load-admins.php +++ b/inc/loader/load-admins.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -38,10 +38,10 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} // END - if - -// Use this code if you don't want to run this cache loader on installation phase -if (isInstallationPhase()) return; +} elseif (isInstallationPhase()) { + // Use this code if you don't want to run this cache loader on installation phase + return; +} // Let's start with the admins table... if (($GLOBALS['cache_instance']->loadCacheFile('admin')) && ($GLOBALS['cache_instance']->extensionVersionMatches('admins'))) {