projects
/
GitHub
/
Stricted
/
speedport-hybrid-php-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1e139
)
fix checkLogin
author
Stricted
<info@stricted.de>
Sat, 18 Jul 2015 02:19:58 +0000
(
04:19
+0200)
committer
Stricted
<info@stricted.de>
Sat, 18 Jul 2015 02:19:58 +0000
(
04:19
+0200)
SpeedportHybrid.class.php
patch
|
blob
|
blame
|
history
diff --git
a/SpeedportHybrid.class.php
b/SpeedportHybrid.class.php
index e7a2ab21c2991b9028eb9f96f90084c1c5ace2b4..c8ee3cbbf0d860f1232b513404229915f2124749 100644
(file)
--- a/
SpeedportHybrid.class.php
+++ b/
SpeedportHybrid.class.php
@@
-123,7
+123,7
@@
class SpeedportHybrid {
* @return boolean
*/
public function checkLogin () {
- $path = 'data/
'.$file.'
.json';
+ $path = 'data/
SecureStatus
.json';
$fields = array();
$cookie = 'challengev='.$this->challenge.'; '.$this->session;
$data = $this->sentRequest($path, $fields, $cookie);