diff options
Diffstat (limited to 'lib/anubis.php')
| -rw-r--r-- | lib/anubis.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/anubis.php b/lib/anubis.php index ab075ff..2bd6d90 100644 --- a/lib/anubis.php +++ b/lib/anubis.php @@ -24,7 +24,7 @@ class anubis{ "script" ); - if(count($script) === 0){ + if($script === false){ throw new Exception("Failed to scrape anubis challenge data"); } |
