]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
Renamed all SQL-related functions to camel-case notation
[mailer.git] / inc / modules / admin / what-logs.php
index 60819c197824c0b5867289ae79e5c4ac38fc4fb6..23c10716c380ae20cdf4bae5db7143795314d5f4 100644 (file)
@@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__);
 
 if (isGetRequestElementSet('access')) {
        // Secure input and construct FQFN
-       $access = SQL_ESCAPE(getRequestElement('access'));
+       $access = sqlEscapeString(getRequestElement('access'));
        $target = sprintf("%slogs/%s", getPath(), $access);
 
        // Is the file valid and readable?