This commit is contained in:
2025-11-28 00:07:17 +01:00
parent ca1aa36ff3
commit 2d9118c308

View File

@@ -1,9 +1,9 @@
<?php <?php
<?php <?php
declare(strict_types=1); //declare(strict_types=1);
// Header GANZ am Anfang, bevor IRGENDWAS ausgegeben wird // Header GANZ am Anfang, bevor IRGENDWAS ausgegeben wird
header('Content-Type: text/plain; charset=utf-8'); //header('Content-Type: text/plain; charset=utf-8');
// Optional: Fehlerausgabe für dieses Tool // Optional: Fehlerausgabe für dieses Tool
ini_set('display_errors', '1'); ini_set('display_errors', '1');