]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
Testers excluded (almost, see TODO) from guest stats page:
[mailer.git] / inc / modules / admin / what-logs.php
index 3c51dfa5c9a8f0993867cbb749e92cc627a721b7..3cdb8f6007be98f65060e31258a446c7ab4b22a0 100644 (file)
@@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__);
 
 if (isGetRequestElementSet('access')) {
        // Secure input and construct FQFN
-       $access = SQL_ESCAPE(secureString(getRequestElement('access')));
+       $access = SQL_ESCAPE(getRequestElement('access'));
        $target = sprintf("%slogs/%s", getPath(), $access);
 
        // Is the file valid and readable?