]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
A lot calls saved, expression language rewritten:
[mailer.git] / inc / modules / admin / what-logs.php
index 829bc839bad52f457e7c92aa847fe296b65bd41a..bc0c597d0894348b21859ef0aa8eaf2d839fcf4b 100644 (file)
@@ -48,7 +48,7 @@ addMenuDescription('admin', __FILE__);
 if (isGetRequestParameterSet('access')) {
        // Secure input and construct FQFN
        $access = SQL_ESCAPE(secureString(getRequestParameter('access')));
-       $target = sprintf("%slogs/%s", getConfig('PATH'), $access);
+       $target = sprintf("%slogs/%s", getPath(), $access);
 
        // Is the file valid and readable?
        if (isFileReadable($target)) {
@@ -89,7 +89,7 @@ if (isGetRequestParameterSet('access')) {
        }
 } else {
        // Is the directory there?
-       if (isDirectory(getConfig('PATH') . getConfig('logs_base'))) {
+       if (isDirectory(getPath() . getConfig('logs_base'))) {
                // Logs directory does exist so begin the list
                outputHtml('<ol>');