File manager - Edit - /usr/local/bin/perms
Back
#/bin/bash hidden_files=$(find . | cut -d '/' -f 2 | grep '^\.' | grep -wv '\.') if [ -n "$hidden_files" ]; then find * .[^.]* -type d -print0 | xargs -0 chmod 0755 && find . -type f -print0 | xargs -0 chmod 0644 else find * -type d -print0 | xargs -0 chmod 0755 && find . -type f -print0 | xargs -0 chmod 0644 fi
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings