Update htmly.php

This commit is contained in:
Dan 2025-07-04 18:35:08 +07:00
commit 9bf6179890

View file

@ -295,7 +295,7 @@ get('/author/:name', function ($name) {
if (isset($author[0])) {
$author = $author[0];
} else {
$author = default_profile($name);
not_found();
}
$vroot = rtrim(config('views.root'), '/');