fix: Enables PHP log output when running in development

This commit is contained in:
Vincent Mahnke 2025-11-01 21:27:47 +01:00
commit 907c20bad2
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
5 changed files with 17 additions and 3 deletions

View file

@ -1,5 +1,4 @@
<?php
error_reporting(0);
include $pathToWebFolder.'config.php';
define('MAX_POINTS_FOR_QUICKHULL', 3000);