Quote:
Originally Posted by gen3ric As a god user, it's telling me I'm only allowed to submit 1 story per day... |
I have discovered the problem:
in
submit_antispam_main.php Code:
if ($canIHaveAccess) {
Fix is really easy, just replace H with h: Code:
if ($canIhaveAccess) {
Now it should work smoothly