diff --git a/csv.php b/csv.php index 44a9b73..63e79b4 100644 --- a/csv.php +++ b/csv.php @@ -5,9 +5,6 @@ * @author Joshua Ramon Enslin */ declare(strict_types = 1); -error_reporting(E_ALL); -ini_set('display_errors', "1"); - require_once __DIR__ . "/functions/functions.php"; if (session_status() != PHP_SESSION_ACTIVE) { diff --git a/index.php b/index.php index 4cf8803..f1ce677 100644 --- a/index.php +++ b/index.php @@ -7,9 +7,6 @@ * @author Joshua Ramon Enslin */ declare(strict_types = 1); -error_reporting(E_ALL); -ini_set('display_errors', "1"); - require_once __DIR__ . "/functions/functions.php"; if (session_status() != PHP_SESSION_ACTIVE) { diff --git a/index3.php b/index3.php index c960485..8781059 100644 --- a/index3.php +++ b/index3.php @@ -1,7 +1,5 @@