]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-admin.php
Some internal TODOs fixed, rewrites to script inclusion
[mailer.git] / inc / modules / guest / action-admin.php
index 5d3416a663a1b3f7c7f6bf06abf0e66bfaf0ab09..39c8bbb899d9a4bfc470a7ffbab4986787ef63c4 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 $INC = sprintf("%sinc/modules/guest/what-%s.php", PATH, SQL_ESCAPE($GLOBALS['what']));
 if (FILE_READABLE($INC)) {
        // Ok, we finally load the guest action module
-       include($INC);
+       require($INC);
 } elseif ($IS_VALID) {
        addFatalMessage(sprintf(getMessage('GUEST_404_ACTION'), SQL_ESCAPE($GLOBALS['what'])));
 } else {