Initialize website project structure

This commit is contained in:
2026-05-29 20:13:30 -04:00
parent dd3d820d0e
commit 86fac8853a
983 changed files with 181580 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php echo 'ERROR: ' . ($title ?? 'Application Error') . PHP_EOL; ?>
<?php echo ($type ?? '') . ': ' . ($message ?? '') . PHP_EOL; ?>
<?php if (isset($backtrace)) : ?>
<?php echo $backtrace . PHP_EOL; ?>
<?php endif; ?>