Skip to content

Commit

Permalink
fix last commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Stricted committed Jul 18, 2015
1 parent e58a96d commit e8db2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpeedportHybrid.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function checkLogin () {
$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);
Expand Down

0 comments on commit e8db2f0

Please sign in to comment.