Open MugOfPaul opened 1 year ago
I can't use the https://test.sui.li/oszi/ demo due to this error on submit.
After pulling the code and debugging myself, the issue is with ajax.php:43
The fix is: $x += intval($l);
$x += intval($l);
I can't use the https://test.sui.li/oszi/ demo due to this error on submit.