Beispiel #1
0
 static function fetchUrlNotAuthed($url, $admin, $what, $params = null, $pForceFetch = false, $verifyCertificate = null, $http_user = null, $http_pass = null)
 {
     $postdata = MainWPUtility::getPostDataNotAuthed($url, $admin, $what, $params);
     $website = null;
     return MainWPUtility::fetchUrl($website, $url, $postdata, $pForceFetch, false, $verifyCertificate, $http_user, $http_pass);
 }