Initial frontend code

This commit is contained in:
Xaymar
2026-02-24 00:14:31 +01:00
parent a4bfa300da
commit 462e5b5bff
6 changed files with 157 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ class Response {
// Ensure we cleanly stop everything.
$this->stop();
// Stop and clean the output buffer.
ob_end_clean();
}