]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
Even more double->single converted
[mailer.git] / inc / modules / admin / what-logs.php
index 23c10716c380ae20cdf4bae5db7143795314d5f4..1d3782e6232277e4471cee1b676f5fd32f622088 100644 (file)
@@ -46,7 +46,7 @@ addYouAreHereLink('admin', __FILE__);
 if (isGetRequestElementSet('access')) {
        // Secure input and construct FQFN
        $access = sqlEscapeString(getRequestElement('access'));
-       $target = sprintf("%slogs/%s", getPath(), $access);
+       $target = sprintf('%slogs/%s', getPath(), $access);
 
        // Is the file valid and readable?
        if (isFileReadable($target)) {