0x1949 Team - FAZEMRX - MANAGER
Edit File: cpanel-php83.postinst
#!/bin/sh set -e runPosInst() { ## <asset scriplets/post> /usr/local/cpanel/3rdparty/bin/pear config-set temp_dir /root/tmp/pear if [ -x /usr/local/cpanel/bin/servers_queue ]; then /usr/local/cpanel/bin/servers_queue queue checkphpini_and_install_php_inis; fi ## </asset> } case "$1" in configure) runPosInst; ;; esac exit 0