Marginalia crash fix

502f6d12e4
This commit is contained in:
FbIN Support 2025-07-04 17:39:54 +05:30
commit 4b74db5af1
2 changed files with 10 additions and 5 deletions

View file

@ -24,7 +24,7 @@ class anubis{
"script"
);
if(count($script) === 0){
if($script === false){
throw new Exception("Failed to scrape anubis challenge data");
}