📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: fetchmail
#!/bin/sh # # Default fetchmail ip-up script (/etc/ppp/ip-up.d/fetchmail) # # Change "try-restart" below to "start" # and remove "-a ! -x /sbin/resolvconf" # if you only want to run fetchmail when # the PPP link is up. # if [ -x /etc/init.d/fetchmail -a ! -x /sbin/resolvconf ]; then invoke-rc.d --quiet fetchmail try-restart || true fi
Save