Online PHP and Javascript Decoder decode hidden script to uncover its real functionality


namespace MiniOrange\IDPSaml\Helper;

class MoCurl extends \Magento\Framework\HTTP\Adapter\Curl
{
    protected $_header;
    protected $_body;
    public function __construct()
    {
        $this->_config["verifypeer"] = false;
        $this->_config["verifyhost"] = false;
        $this->_config["header"] = false;
    }
}



© 2023 Quttera Ltd. All rights reserved.