i said commit all the shit you piece of git

This commit is contained in:
2026-09-07 21:44:20 -04:00
parent 01cea014d7
commit 7d391fe3ef
+4
View File
@@ -6,6 +6,10 @@ Start the PHP webserver like this, assuming you have curl-impersonate installed
LD_PRELOAD=/usr/local/lib/libcurl-impersonate-ff.so CURL_IMPERSONATE=ff117 php -S localhost:8000 LD_PRELOAD=/usr/local/lib/libcurl-impersonate-ff.so CURL_IMPERSONATE=ff117 php -S localhost:8000
``` ```
Make sure to add `.php` to paths, the embedded PHP webserver doesnt support `mod_rewrite`-like directives.
If, for some reason, you're in an environment where accessing the debug logs is impossible (like those shitty shared webhosts), you can set `DISPLAY_ERRORS` to `true` in `data/config.php`.
# Debug guide for docker # Debug guide for docker
Install: Install: