fixe chmod problem / add German translation
phpFileManager a complete filesystem management tool on a single file.
Brought to you by:
dulldusk
This patch fixes and adds following:
1) Fix the chmod problem:
If you change the permission of a file the working directory also will get the same permission as set for the file!
2) Change default permissions 0777:
Directories will get the default permission 0755 and all files 0644. It's no good idea to set everything write an executable for everyboody on the system. May be a security risk.
3) Add German translation and corrected the whidth of some bottons for displaying German correctly
Path-File against version 0.9.3
how to use this?
to aplay the this patch use the command "patch":
patch -p1 < index.php.patch
it's done.