v1.0.24 - green border + logging in boot()

This commit is contained in:
2026-04-16 16:26:50 +02:00
parent ae6e50fd5a
commit 31670ca7a0
2 changed files with 4 additions and 2 deletions

View File

@@ -47,7 +47,9 @@ class Application extends App implements IBootstrap {
}
if ($css) {
Util::addInlineStyle('minimalprofile', $css);
Util::addInlineStyle($css);
}
file_put_contents('/tmp/mp_boot.log', date('Y-m-d H:i:s') . ' boot ran, hidden: ' . print_r($hidden, true) . ", css: $css\n", FILE_APPEND);
}
}