More fixes for admin login and to early call of isAdmin()
[mailer.git] / inc / filters.php
index 018e8b6fd4b658b5319f2da337f86fbadc94f01c..9345e507e282ea4e641be0549a26c8a6bee76cad 100644 (file)
@@ -703,14 +703,6 @@ function FILTER_LOAD_RUNTIME_INCLUDES () {
                // Load the include
                loadIncludeOnce($inc);
        } // END - foreach
-
-       // Load admin include file if he is admin
-       if (isAdmin()) {
-               // Administrative functions
-               loadIncludeOnce('inc/modules/admin/admin-inc.php');
-       } // END - if
-       //* DEBUG: */ addPointsThroughReferalSystem('test', 36, 1000);
-       //* DEBUG: */ die();
 }
 
 // Filter for checking admin ACL