]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-doubler.php
Some internal TODOs fixed, rewrites to script inclusion
[mailer.git] / inc / modules / admin / action-doubler.php
index 85af60e46015bc8917bea52062bf64d243e7e6d5..c289625a17c78f1d7626074244acfba05989a0ea 100644 (file)
@@ -44,7 +44,7 @@ ADD_DESCR("admin", __FILE__);
 $INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, SQL_ESCAPE($GLOBALS['what']));
 if (FILE_READABLE($INC)) {
        // Ok, we finally load the admin action module
-       include($INC);
+       require($INC);
 } else {
        // "what file" not found
        addFatalMessage(ADMIN_404_ACTION_1.$GLOBALS['what'].ADMIN_404_ACTION_2);