PATH: //proc/self/root/proc/self/root/opt/cloudlinux-linksafe
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 lib.sh
↓
X
SAVING...
BERHASIL DIUBAH!
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 }
SIMPAN PERUBAHAN