One Hat Cyber Team
Your IP :
3.138.61.216
Server IP :
104.21.64.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
/
View File Name :
php8.3-dev.postinst
#!/bin/sh set -e if [ "$1" = "configure" ]; then update-alternatives \ --install /usr/bin/php-config php-config /usr/bin/php-config8.3 83 \ --slave /usr/share/man/man1/php-config.1.gz php-config.1.gz /usr/share/man/man1/php-config8.3.1.gz update-alternatives \ --install /usr/bin/phpize phpize /usr/bin/phpize8.3 83 \ --slave /usr/share/man/man1/phpize.1.gz phpize.1.gz /usr/share/man/man1/phpize8.3.1.gz fi exit 0