fix last commits
authorStricted <info@stricted.de>
Sat, 18 Jul 2015 02:31:10 +0000 (04:31 +0200)
committerStricted <info@stricted.de>
Sat, 18 Jul 2015 02:31:10 +0000 (04:31 +0200)
SpeedportHybrid.class.php

index c255ed6ac310d2b37695719e923d9b8f5032245e..9ff3a7f1a93ef059a975e73fbe10ebdb3ebb498e 100644 (file)
@@ -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);