Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.97 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
#!/bin/sh set -e # See http://bugs.debian.org/722524 if dpkg --compare-versions "$2" lt "1.9"; then if [ -d /var/lib/systemd/deb-systemd-helper-enabled ]; then find /var/lib/systemd/deb-systemd-helper-enabled -type f -exec chmod 644 '{}' \; fi fi exit 0