Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.92 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
#!/bin/sh if [ -n "$EX4DEBUG" ]; then echo "now debugging $0 $@" set -x fi [ -x /usr/lib/exim4/exim4 ] || exit 0 [ -f /etc/default/exim4 ] && . /etc/default/exim4 if [ "${QUEUERUNNER}" != "no" ] ; then # Flush exim queue /usr/sbin/exim4 -qqf ${QUEUERUNNEROPTIONS} ${COMMONOPTIONS} fi