From 5adf2b8517c21845dd0b406dee910514ff78640d Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 25 Jun 2023 20:10:39 +0200 Subject: Updated 6 files and added 2 files (automated) --- app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app.php') diff --git a/app.php b/app.php index 2568d06..eb35cd2 100644 --- a/app.php +++ b/app.php @@ -2,8 +2,8 @@ ob_start(); -//if (false) { -if (!str_starts_with($_SERVER['REQUEST_URI'], "/api")) { +if (false) { +//if (!str_starts_with($_SERVER['REQUEST_URI'], "/api")) { require_once $_SERVER['DOCUMENT_ROOT'] . "/error.php"; set_error_handler("ch_error"); } -- cgit