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