]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
Obsolete direct links to my server removed, patch support deactivated in what-updates.php
[mailer.git] / inc / modules / admin / what-logs.php
index efffe465da0aa292b4742f59af0f252d2f93ea31..55d0bb06e3b86ade13f0859120acbc1d3f5c7e94 100644 (file)
@@ -46,7 +46,7 @@ if (!empty($_GET['access'])) {
        $target = sprintf("%slogs/%s", PATH, $access);
 
        // Is the file valid and readable?
-       if ((file_exists($target)) && (is_readable($target))) {
+       if (FILE_READABLE($target)) {
                // Load it directly
                $content = implode("", file($target));