]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
Fixed logfile writing in installation phase, .revision is now ignored
[mailer.git] / inc / modules / admin / what-logs.php
index ddc6a6b48e4a615da884a1543de982af8ab7fdf5..711ad3edc1e7b87435f1aa07d72db220f89eb89f 100644 (file)
@@ -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));