Better support for clockwork logs

This commit is contained in:
Matias Griese
2019-08-14 20:36:33 +03:00
parent 0e3661b45d
commit d0abf2eb66
5 changed files with 7 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ class AdminController extends AdminBaseController
{
$response = new Response(200);
$this->grav->exit($response);
$this->grav->close($response);
}
/**
@@ -612,7 +612,7 @@ class AdminController extends AdminBaseController
if (0 !== strpos($file, $backups_root_dir)) {
$response = new Response(401);
$this->grav->exit($response);
$this->grav->close($response);
}
Utils::download($file, true);