⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
104.21.80.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
lsphp74-intl.postrm
#!/bin/sh #set -e #EXTRA# if [ "$1" = "purge" ]; then inidir=/usr/local/lsws/lsphp74/etc/php/7.4/mods-available for dsoname in intl; do inifile=${dsoname}.ini # Query which package has this conffile registered if which ucfq >/dev/null; then ucfp=$(ucfq -w ${inidir}/${inifile} | cut -f 2 -d:) fi # Only work with the config file if it still belongs to us if test "$ucfp" = lsphp74-intl; then for ext in '~' '%' .bak .ucf-new .ucf-old .ucf-dist; do rm -f ${inidir}/${inifile}${ext} done rm -f ${inidir}/${inifile} if which ucf >/dev/null; then ucf --purge ${inidir}/${inifile} fi if which ucfr >/dev/null; then ucfr --purge lsphp74-intl ${inidir}/${inifile} fi fi if [ -e /usr/local/lsws/lsphp74/bin/php-maintscript-helper ] ; then . /usr/local/lsws/lsphp74/bin/php-maintscript-helper /usr/local/lsws/lsphp74/bin/phpdismod ALL ALL ${dsoname} elif [ -e /usr/lib/php/php-maintscript-helper ] ; then . /usr/lib/php/php-maintscript-helper phpdismod ALL ALL ${dsoname} fi done fi exit 0