1
0

* Disallow uploading any files with ".php." in the filename

+      (garvinhicking)
This commit is contained in:
Garvin Hicking
2009-11-16 12:30:30 +00:00
parent 2512cc60b2
commit 2796d24b34
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
Version 1.5 ()
------------------------------------------------------------------------
* Disallow uploading any files with ".php." in the filename
(garvinhicking)
* Prevent password autocompletion for user passwords to prevent
possible mismatch. In media manager popup, fix bug that did
not properly forward to image selection after upload (onli)