⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.185
Server IP:
104.21.32.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 :
lsphp81-pspell.prerm
#!/bin/sh #set -ex #EXTRA# if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then if [ -e /usr/local/lsws/lsphp81/bin/php-maintscript-helper ] ; then . /usr/local/lsws/lsphp81/bin/php-maintscript-helper elif [ -e /usr/lib/php/php-maintscript-helper ] ; then . /usr/lib/php/php-maintscript-helper fi for dsoname in pspell; do if [ -e /usr/local/lsws/lsphp81/bin/phpdismod ] ; then /usr/local/lsws/lsphp81/bin/phpdismod ALL ALL ${dsoname} elif [ -e /usr/sbin/phpdismod ] ; then phpdismod ALL ALL ${dsoname} fi done fi exit 0