fixed new borderpoint filter
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user