diff options
Diffstat (limited to 'app.php')
-rw-r--r-- | app.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ ob_start(); +//if (true) { if (!str_starts_with($_SERVER['REQUEST_URI'], "/api")) { require_once $_SERVER['DOCUMENT_ROOT'] . "/error.php"; set_error_handler("ch_error"); |