Jira Abfrage

This commit is contained in:
2019-10-31 14:43:53 +01:00
parent e1d84f3159
commit 1ff233443b
37 changed files with 5793 additions and 4948 deletions

View File

@@ -34,7 +34,7 @@ class AsdCurl
curl_setopt($ch, CURLOPT_COOKIESESSION, true);
curl_setopt($ch, CURLOPT_COOKIEJAR, Configure::read('AsdCurl.cookiejar'));
curl_setopt($ch, CURLOPT_COOKIEFILE, Configure::read('AsdCurl.cookiefile'));
curl_setopt($ch, CURLOPT_COOKIE, Configure::read('AsdCurl.cookie'));
//curl_setopt($ch, CURLOPT_COOKIE, Configure::read('AsdCurl.cookie'));
curl_setopt($ch, CURLOPT_SSLCERT, Configure::read('AsdCurl.cert'));
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
return ($ch);
@@ -176,10 +176,10 @@ class AsdCurl
if(!($this->status)) {
die($this->error);
}
//echo $this->html; die;
//echo $this->html; die;
$login_data = [
'portal_username' => 'asd.trinkl',
'portal_password' => 'HiegTzs!192',
'portal_password' => 'HiegTzs!193',
];
$post = [
@@ -199,6 +199,7 @@ class AsdCurl
if(!($this->status)) {
die($this->error);
}
$this->exec_curl($ch, $SCHULPORTAL_BASE_URL . '/SecureSchulportalPortalHomePage/',false);
//debug($this->html);die;
}