diff options
| author | lolcat <will@lolcat.ca> | 2025-07-03 19:43:58 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-07-03 19:43:58 -0400 |
| commit | 502f6d12e49afa25e82bd9d1c8418e3956af36bf (patch) | |
| tree | e42063e4b4d26588ee8f62126b2781411afd2b6c /lib | |
| parent | a2bc1e6190bab561b7244e2e9bbda994ab0d0d31 (diff) | |
marginalia crash fix
Diffstat (limited to 'lib')
| -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"); } |
