Recent content by darkboss29

  1. D

    How to null this code?

    public static function activate() { $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => "http://app.itsanubhav.com/dash/api/init", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10...
Back
Top