]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-sponsor.php
Some internal TODOs fixed, rewrites to script inclusion
[mailer.git] / inc / modules / admin / action-sponsor.php
index f840cf94f4a9da7f580dee883fc458c4f3fee96b..fb1c52700d1969b0938d0164a9434edb78d34d63 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);
 }