mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Update dispatch.php
This commit is contained in:
parent
015e631e27
commit
41cddd2a49
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ function render($view, $locals = null, $layout = null)
|
|||
ob_start();
|
||||
require $layout;
|
||||
}
|
||||
if (!login() && $view != '404' && $view != '404-search' && config('cache.off') == "false") {
|
||||
if (!login() && $view != '404' && $view != '404-search' && $view != 'login-mfa' && config('cache.off') == "false") {
|
||||
if (config('cache.timestamp') == 'true') {
|
||||
echo "\n" . '<!-- Cached page generated on '.date('Y-m-d H:i:s').' -->';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue