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
216 stars 98 forks source link

get directory size with PHP #58

Closed mitle closed 2 years ago

mitle commented 2 years ago

Some hosting might not allow system_exec_cmd. In that case fall back to a pure php way of getting the size. Idea came from stackowerflow