UP Statistik
This commit is contained in:
@@ -179,7 +179,7 @@ class AsdCurl
|
||||
//echo $this->html; die;
|
||||
$login_data = [
|
||||
'portal_username' => 'asd.trinkl',
|
||||
'portal_password' => 'HiegTzs!184',
|
||||
'portal_password' => 'HiegTzs!192',
|
||||
];
|
||||
|
||||
$post = [
|
||||
|
||||
@@ -173,8 +173,8 @@ class AsdUs extends AsdCurl
|
||||
//die;
|
||||
}
|
||||
|
||||
public function save_up_data($ch) {
|
||||
$SCHULPORTAL_ASD_BASE_URL = Configure::read('AsdCurl.asdbaseurl');
|
||||
public function save_up_data($ch,$env) {
|
||||
$SCHULPORTAL_ASD_BASE_URL = Configure::read('AsdCurl.asdbaseurl.'.$env);
|
||||
// Maske US 01 01 vom linken Menü aufrufen
|
||||
$viewstate = $this->get_string_between($this->html, 'id="javax.faces.ViewState" value="', '" autocomplete');
|
||||
$conversationId = $this->get_string_between($this->html, 'name="conversationId" value="', '" />');
|
||||
@@ -224,7 +224,7 @@ class AsdUs extends AsdCurl
|
||||
if(!($this->status)) {
|
||||
die($this->error);
|
||||
}
|
||||
echo $this->html;die;
|
||||
//echo $this->html;die;
|
||||
// Auf der Ergebnisseite auf "Alle" Klicken
|
||||
$viewstate = $this->get_string_between($this->html, 'id="javax.faces.ViewState" value="', '" autocomplete');
|
||||
$conversationId = $this->get_string_between($this->html, 'name="conversationId" value="', '" />');
|
||||
|
||||
Reference in New Issue
Block a user