GerHobbelt / mootools-filemanager

A filemanager for the web based on MooTools that allows you to (pre)view, upload and modify files and folders via the browser.
http://cpojer.net/blog/MooTools_based_FileManager
Other
4 stars 1 forks source link

the chmod option is not applied to the thumbnails folder and subfolders? #16

Closed frozeman closed 13 years ago

frozeman commented 13 years ago

the chmod option should be applied to all folders and files created by the fm, otherwiese you have the problem the manually remove folders which are created by the fm, when having permission restrictions and no fm anymore (spercially the thumbnails folder is then imporssible to remove, beacuse the fm will create always a new one when you open it :-)

GerHobbelt commented 13 years ago

mkdir() was invoked in several places with recurse=true at the position of the chmod rights parameter. Ouch. Fixed in the MoA commit @fc847537a042b0d39870ffa3b215759dde754efb

frozeman commented 13 years ago

:-)