Browse code

remove ini and error reporting entries as the issues in this file were fixed

Clarissa Walker authored on 2026/09/09 21:46:55
Showing 1 changed files
... ...
@@ -1,7 +1,4 @@
1 1
 <?php
2
-ini_set('display_errors', 0);
3
-ini_set('display_startup_errors', 0);
4
-error_reporting(-1);
5 2
 
6 3
 session_start();
7 4
 define("_BASEDIR", "../");