Einrichtung

This commit is contained in:
Fabian Schieder 2026-01-13 21:56:49 +00:00
parent 3a8948c60c
commit dded8af84b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
// ====================================== // ====================================== 123
// Fehleranzeige (DEV) // Fehleranzeige (DEV)
ini_set('display_errors', 1); ini_set('display_errors', 1);
error_reporting(E_ALL); error_reporting(E_ALL);

View File

@ -17,3 +17,4 @@ $currentPage = basename($_SERVER['PHP_SELF']);
</li> </li>
</ul> </ul>
</nav> </nav>