X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=ceb238175d7d41aeafa9446a3dc738eaa9db7dd5;hb=a6f2207cfc7ea047d53a4da7c6b218fae66c1801;hp=7369be9ae6517cdc3d51edbbc2f02b3037f59c96;hpb=8cef2a4631919672cbbfd484f6e198e1f21b087d;p=mailer.git diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index 7369be9ae6..ceb238175d 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.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 * @@ -106,20 +106,6 @@ if ((!isInstalling()) && (!isInstallationPhase())) { // Load cache loadIncludeOnce('inc/load_cache.php'); - - // Check module for permissions - $checkModule = checkModulePermissions(); - - // Admin module should be accessable by guests to login - if ((getModule() == 'admin') && ($checkModule == 'admin_only')) { - // This is fine and can be ignored - } elseif ($checkModule != 'done') { - // Not fine! - logDebugMessage(__FILE__, __LINE__, sprintf("Check of module %s results in unexpected value: %s", - getModule(), - $checkModule - )); - } } else { // Wrong database? addFatalMessage(__FILE__, __LINE__, '{--WRONG_DB_SELECTED--}');