⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
php5.6-redis.postinst
#!/bin/sh set -e if [ "$1" = "configure" ] && [ -n "$2" ]; then for sapi in $(phpquery -v "5.6" -S); do ini="/etc/php/5.6/$sapi/conf.d/20-redis.ini" if [ -h "$ini" ]; then rm "$ini" fi done fi # Automatically added by dh_php/UNDECLARED # Hey emacs, this is -*- shell-script -*- if [ -e /usr/lib/php/php-maintscript-helper ] ; then . /usr/lib/php/php-maintscript-helper for version in 5.6 ; do for name in redis ; do php_invoke enmod "$version" ALL "$name" || exit 1 done done else for name in redis ; do phpenmod "$name" done fi # End automatically added section exit 0