Selaa lähdekoodia

i said commit all the shit you piece of git

lolcat 1 viikko sitten
vanhempi
sitoutus
7d391fe3ef
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      docs/develop.md

+ 4 - 0
docs/develop.md

@@ -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
 ```
 
+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
 
 Install: