]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-usage.php
Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / modules / admin / what-usage.php
index f211bde553b183cea2eb3b8fd52bc1e6c13235a1..ad6282107095ae8e410f9e5dc3bd4dc7a633d51f 100644 (file)
@@ -54,8 +54,8 @@ if (REQUEST_ISSET_GET(('image'))) {
                $FQFN = sprintf("%s%s/%s_usage_%s.png",
                        constant('PATH'),
                        getConfig('usage_base'),
-                       SQL_ESCAPE(REQUEST_GET('type')),
-                       SQL_ESCAPE(REQUEST_GET('image'))
+                       REQUEST_GET(('type')),
+                       REQUEST_GET(('image'))
                );
        }
 
@@ -75,7 +75,7 @@ if (REQUEST_ISSET_GET(('image'))) {
        $FQFN = sprintf("%s%s/usage_%s.html",
                constant('PATH'),
                getConfig('usage_base'),
-               SQL_ESCAPE(REQUEST_GET('usage'))
+               REQUEST_GET(('usage'))
        );
 }