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