🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 16:16:55 | PHP 8.2.32
📂
/ (Root)
/
opt
/
cloudlinux-linksafe
📍 /opt/cloudlinux-linksafe
🔄 Refresh
✏️
Editing: lib.sh
Read Only
#!/bin/bash function skip_on_cl_solo() { # Check that this is CLS and skip if yes if [ -f "/etc/cloudlinux-edition-solo" ] || [ -f "/etc/cloudlinux-container" ]; then exit 0 fi }
💾 Save Changes
❌ Cancel