From e8db2f0bff744403b2364e8de4ad1ec5afa1d99f Mon Sep 17 00:00:00 2001 From: Stricted Date: Sat, 18 Jul 2015 04:31:10 +0200 Subject: [PATCH] fix last commits --- SpeedportHybrid.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpeedportHybrid.class.php b/SpeedportHybrid.class.php index c255ed6..9ff3a7f 100644 --- a/SpeedportHybrid.class.php +++ b/SpeedportHybrid.class.php @@ -124,7 +124,7 @@ class SpeedportHybrid { $data = $this->sentRequest($path, $fields, $cookie); if (empty($data['body'])) { - throw new Exception('unable to get '.$file.' data'); + throw new Exception('unable to get SecureStatus data'); } $json = json_decode($data['body'], true); -- 2.20.1