diff options
author | RaindropsSys <contact@minteck.org> | 2023-06-12 23:01:36 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-06-12 23:01:36 +0200 |
commit | e5383a35a842d58611af99b58e072b7c3bd8294b (patch) | |
tree | 44ac5c6d40a5d4f21fcb2db50483416ad92386e1 /app.php | |
parent | 6679588e43b0f694421d48e4ddb071972a127dca (diff) | |
download | pluralconnect-e5383a35a842d58611af99b58e072b7c3bd8294b.tar.gz pluralconnect-e5383a35a842d58611af99b58e072b7c3bd8294b.tar.bz2 pluralconnect-e5383a35a842d58611af99b58e072b7c3bd8294b.zip |
Updated 3 files (automated)
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"); |