Mr.Combet Webshell
Your IP :
172.18.0.175
Server IP :
172.67.223.119
Server :
Linux crmarketing.1092.w795 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64
Server Software :
Apache/2.4.38 (Debian)
PHP Version :
7.4.33
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
Edit File Name :
php7.4-cli.postrm
#!/bin/sh set -e php_enable() { return 0; } if [ "$1" = "purge" ]; then phpini=/etc/php/7.4/cli/php.ini # remove the flag to remember the original state if [ -e /etc/php/7.4/cli/.start ]; then rm -f /etc/php/7.4/cli/.start fi for ext in '~' '%' .bak .ucf-new .ucf-old .ucf-dist; do rm -f $phpini$ext done rm -f $phpini if which ucf >/dev/null; then ucf --purge $phpini fi if which ucfr >/dev/null; then ucfr --purge php7.4-cli $phpini fi for dir in \ /etc/php/7.4/cli/conf.d \ /etc/php/7.4/cli \ /etc/php/7.4 \ /etc/php; do if [ -d $dir ]; then rmdir --ignore-fail-on-non-empty $dir fi done fi exit 0
Save