From 502f6d12e49afa25e82bd9d1c8418e3956af36bf Mon Sep 17 00:00:00 2001 From: lolcat Date: Thu, 3 Jul 2025 19:43:58 -0400 Subject: marginalia crash fix --- lib/anubis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/anubis.php') 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"); } -- cgit v1.2.3