Projekt initialize

This commit is contained in:
2025-06-05 12:42:31 +02:00
commit 6a9d16028d
24 changed files with 1034 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
include dirname(__DIR__).'/header.phtml';
?>
<h2><?=$error?></h2>
<p><?=$debug?></p>
<?php include dirname(__DIR__).'/footer.phtml'; ?>