Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
41.02 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
#!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/nfs-common" ] && [ "$1" = remove ]; then invoke-rc.d nfs-common stop || exit $? fi # End automatically added section if [ "$1" = remove ] then rm -f /var/lib/nfs/sm/* \ /var/lib/nfs/sm.bak/* \ /var/lib/nfs/state fi