sbrl / Pepperminty-Wiki

A wiki in a box
https://peppermint.mooncarrot.space/
Mozilla Public License 2.0
183 stars 22 forks source link

patching a PHP 7.3.11 issue and double dot in file uploads #182

Closed SeanFromIT closed 4 years ago

SeanFromIT commented 4 years ago

You may recall my adventures with PHP warning messages causing early flushes. I've fixed one of them involving undefined constant PASSWORD_ARGON2I in page-login.php.

I also encountered file uploads having an extra . at the end of the name/filename (e.g. image..md, image..md.r0). Removing the . in line 197 of feature-upload.php fixed.

sbrl commented 4 years ago

Released v0.20.3-hotfix3