new server indication test

This commit is contained in:
E. S. 2024-07-28 22:30:02 +03:00
parent 79a9f8997e
commit b805aeda40

View File

@ -43,6 +43,7 @@ return <<<HTML
{$ctx->if_not($opts['inside_admin_interface'], fn() => $ctx->render_external_counters())}
</body>
</html>
<!-- rootless -->
{$ctx->if_admin(fn() => "<!-- {$exec_time} s -->")}
HTML;
}