]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-usage.php
Obsolete action=login removed from URLs
[mailer.git] / inc / modules / admin / what-usage.php
index ad6282107095ae8e410f9e5dc3bd4dc7a633d51f..b30a2f3e6f3f8bfca3baae5533b1d74f40dcefc7 100644 (file)
@@ -65,7 +65,7 @@ if (REQUEST_ISSET_GET(('image'))) {
                imagepng($image);
                imagedestroy($image);
        }
-       exit();
+       exit;
 } elseif (!REQUEST_ISSET_GET(('usage'))) {
        $FQFN = sprintf("%s%s/index.html",
                constant('PATH'),
@@ -111,7 +111,7 @@ if ((!empty($FQFN)) && (FILE_READABLE($FQFN))) {
 </div>");
 } else {
        // Nothing to load, then we have no directory "usage"
-       LOAD_TEMPLATE("admin_settings_saved", false, sprintf(ADMIN_USAGE_DIRECTORY_404, getConfig('usage_base')));
+       LOAD_TEMPLATE("admin_settings_saved", false, sprintf(getMessage('ADMIN_USAGE_DIRECTORY_404'), getConfig('usage_base')));
 }
 
 //