1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Removed debuging

This commit is contained in:
Eldad Fux 2020-06-25 23:02:26 +03:00
parent ff6078fd7e
commit efa0206015

View file

@ -11,9 +11,9 @@
error_reporting(0); error_reporting(0);
ini_set('display_errors', 0); ini_set('display_errors', 0);
ini_set('display_errors', 1); // ini_set('display_errors', 1);
ini_set('display_startup_errors', 1); // ini_set('display_startup_errors', 1);
error_reporting(E_ALL); // error_reporting(E_ALL);
$path = (isset($_GET['q'])) ? explode('/', $_GET['q']) : []; $path = (isset($_GET['q'])) ? explode('/', $_GET['q']) : [];