]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-payouts.php
Some internal TODOs fixed, rewrites to script inclusion
[mailer.git] / inc / modules / admin / action-payouts.php
index 8431860fe7d203e6e239adacce6ca89b18c3cdc2..b4b15bfb2f5253f6f2c680fd1a0c8965adf9eed5 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 {
        addFatalMessage(ADMIN_404_ACTION_1.$GLOBALS['what'].ADMIN_404_ACTION_2);
 }