fixed new borderpoint filter

This commit is contained in:
Luca Haid
2024-12-19 14:20:32 +01:00
parent 616f76c37e
commit 5bda708fd3
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,12 @@
<?php
//ini set max ram to 2GB
ini_set('memory_limit', '2048M');
//show errors
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
/*
* SOPP - SBIDI Network Operations Plattform
*/