📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-20 22:21:07
📂
/ (Root)
/
usr
/
bin
📍 /usr/bin
🔄 Refresh
✏️
Editing: scl_enabled
Read Only
#!/bin/sh eval "SCLS=(${X_SCLS[*]})" [ -z "$SCLS" ] && exit 1 [ -z "$*" ] && exit 0 for scl in $*; do FOUND=0 for i in `seq 0 ${#SCLS[@]}`; do if [ "${SCLS[$i]}" == "$scl" ]; then FOUND=1; break; fi; done [ $FOUND == 0 ] && exit 1; done exit 0
💾 Save Changes
❌ Cancel