One Hat Cyber Team
Your IP :
18.191.201.27
Server IP :
104.21.16.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.4-dev.postinst
#!/bin/sh set -e if [ "$1" = "configure" ]; then update-alternatives \ --install /usr/bin/php-config php-config /usr/bin/php-config7.4 74 \ --slave /usr/share/man/man1/php-config.1.gz php-config.1.gz /usr/share/man/man1/php-config7.4.1.gz update-alternatives \ --install /usr/bin/phpize phpize /usr/bin/phpize7.4 74 \ --slave /usr/share/man/man1/phpize.1.gz phpize.1.gz /usr/share/man/man1/phpize7.4.1.gz fi exit 0
Simpan