One Hat Cyber Team
Your IP :
18.188.190.28
Server IP :
104.21.112.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
Edit File:
php7.4-redis.prerm
#!/bin/sh set -e # Automatically added by dh_php/UNDECLARED # Hey emacs, this is -*- shell-script -*- # Disable and then re-enable module on upgrades to deal with priority changes if [ "$1" = "upgrade" ]; then if [ -e /usr/lib/php/php-maintscript-helper ] ; then . /usr/lib/php/php-maintscript-helper for version in 7.4 ; do for name in redis ; do php_invoke dismod "$version" ALL "$name" || exit 1 done done fi fi # End automatically added section
Simpan