diff options
author | RaindropsSys <contact@minteck.org> | 2023-06-25 20:10:39 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-06-25 20:10:39 +0200 |
commit | 5adf2b8517c21845dd0b406dee910514ff78640d (patch) | |
tree | 433c26dd202a8e201cef5b2ea7786e038ffd84d7 /app.php | |
parent | 395cc068abf1aadb34be8b03e5567e24aa8a898d (diff) | |
download | pluralconnect-5adf2b8517c21845dd0b406dee910514ff78640d.tar.gz pluralconnect-5adf2b8517c21845dd0b406dee910514ff78640d.tar.bz2 pluralconnect-5adf2b8517c21845dd0b406dee910514ff78640d.zip |
Updated 6 files and added 2 files (automated)
Diffstat (limited to 'app.php')
-rw-r--r-- | app.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); } |