dulldusk / phpfm

phpFileManager is a complete filesystem management tool on a single file. This is a tool meant for rapid file access, and also to verify the server php configuration and security. The script can be renamed and deployed on an unique known url, and offers password protection.
https://sourceforge.net/projects/phpfm/
Other
213 stars 98 forks source link

Text edit format #26

Open melaxon opened 5 years ago

melaxon commented 5 years ago

Text files are saved in DOS format (CR/LF). There is no option to save in Unix format (LF). For example Perl CGI scripts will not work if saved in DOS format

dulldusk commented 4 years ago

Nice new feature! I will add here on my TODO list.