security: disable debug error output in production

This commit is contained in:
2026-07-22 02:08:22 +02:00
parent 882155a7b4
commit 28ebf1ff12
6 changed files with 1 additions and 15 deletions
-2
View File
@@ -1,6 +1,4 @@
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
date_default_timezone_set("Europe/Berlin");
require_once "config/config.php";
include("Data.class.php");