From 34701575931401c1cdc26055df11837bf86be39e Mon Sep 17 00:00:00 2001 From: Stricted Date: Sat, 18 Jul 2015 04:19:58 +0200 Subject: [PATCH] fix checkLogin --- SpeedportHybrid.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpeedportHybrid.class.php b/SpeedportHybrid.class.php index e7a2ab2..c8ee3cb 100644 --- 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); -- 2.20.1