📁
SKYSHELL MANAGER
PHP v8.0.30
Create
Create
Path:
root
/
home
/
godaofbq
/
besthyperbaric.com
/
wp-includesac411f
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📄
error_log
9242.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: grubby
#!/bin/bash if [[ -x /usr/libexec/grubby/grubby ]] ; then exec /usr/libexec/grubby/grubby "${@}" elif [[ -x /usr/libexec/grubby/grubby-bls ]] ; then exec /usr/libexec/grubby/grubby-bls "${@}" fi echo "Grubby is not installed correctly." >>/dev/stderr exit 1
Save