SimpleRcScanner icon indicating copy to clipboard operation
SimpleRcScanner copied to clipboard

Live Demo has 500 error in ajax.php

Open MugOfPaul opened this issue 2 years ago • 1 comments

I can't use the https://test.sui.li/oszi/ demo due to this error on submit.

MugOfPaul avatar Nov 28 '22 16:11 MugOfPaul

After pulling the code and debugging myself, the issue is with ajax.php:43

The fix is: $x += intval($l);

MugOfPaul avatar Dec 07 '22 21:12 MugOfPaul