]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-modules.php
also prevent it in .htacces. You may want to add this to one of your files in /etc...
[mailer.git] / inc / loader / load-modules.php
index 44178611f465776439652573341f256b3bd92b33..8a318cbf499ebd19fbc1b0f32e7023bab64c6131 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Mehr Cache-Dateien nachladen                     *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -67,7 +62,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('modules')) && ($GLOBALS['cache_i
        // Rewrite some parts
        foreach ($modArray['module'] as $key => $mod) {
                // Default without sql_patches
-               $entries = array('id','title','locked','hidden','admin_only','mem_only');
+               $entries = array('id', 'title', 'locked', 'admin_only', 'mem_only');
 
                // Is ext-sql_patches newer or equal 0.3.6?
                if (isExtensionInstalledAndNewer('sql_patches', '0.3.6')) {
@@ -103,7 +98,6 @@ if (($GLOBALS['cache_instance']->loadCacheFile('modules')) && ($GLOBALS['cache_i
        `module`,
        `title`,
        `locked`,
-       `hidden`,
        `admin_only`,
        `title`,
        `mem_only`,
@@ -119,7 +113,6 @@ ORDER BY
        `module`,
        `title`,
        `locked`,
-       `hidden`,
        `admin_only`,
        `title`,
        `mem_only`