SproutCMS

This is the code documentation for the SproutCMS project

function checkOrDie()

Checks that the spam field was not submitted with the form

If the check fails the user will be redirected to the URL base ('/') along
with a notification. Normal users will never encounter this scenario.

Usage

void Spam::checkOrDie ( );

Return value

  • void
    If the check succeeded.