📁 File Manager Pro
Advanced File Management System
/
opt
/
cloudlinux-linksafe
Server Path:
/opt/cloudlinux-linksafe
📄 Create New File
Create File
📁 Create New Folder
Create Folder
⬆️ Upload File
Upload File
📄
lib.sh
Edit
Delete
Rename
✏️ Editing: lib.sh
#!/usr/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