X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-logs.php;h=711ad3edc1e7b87435f1aa07d72db220f89eb89f;hb=f3e4c2c048761589836fdbe6bd2e46599a1833a7;hp=ddc6a6b48e4a615da884a1543de982af8ab7fdf5;hpb=0cc8dc922414bf0f7325e0d8d41d8a09138fe51a;p=mailer.git diff --git a/inc/modules/admin/what-logs.php b/inc/modules/admin/what-logs.php index ddc6a6b48e..711ad3edc1 100644 --- a/inc/modules/admin/what-logs.php +++ b/inc/modules/admin/what-logs.php @@ -82,7 +82,7 @@ if (REQUEST_ISSET_GET(('access'))) { // Output the logfile's content and exit print($content); - exit; + shutdown(); } else { // Not readable! LOAD_TEMPLATE("admin_settings_saved", false, sprintf(getMessage('LOGFILE_NOT_READABLE'), $access));