removed error bootstrap

This commit is contained in:
2026-08-22 21:09:31 +02:00
parent 94c6895c39
commit 781a160988
+1 -2
View File
@@ -1,8 +1,7 @@
<?php
declare(strict_types=1);
ini_set('display_errors', 1);
error_reporting(E_ALL);
header('Content-Type: application/json');
require_once dirname(__DIR__) . '/class/db-functions.php';