]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-task.php
New extension added, update activated, TODO extended:
[mailer.git] / inc / modules / admin / action-task.php
index 5dd6f7b1cade9ec35eb77553c8191e742ffc5169..9f28d4622f88f7f28788c017183af7f31ea2f563 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 ADD_DESCR("admin", __FILE__);
 
 // Load the include file
-$INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, $GLOBALS['what']);
+$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);