constant WATCHDOG_ALERT

  1. 6.x bootstrap.inc WATCHDOG_ALERT
  2. 4.x bootstrap.inc WATCHDOG_ALERT
  3. 5.x bootstrap.inc WATCHDOG_ALERT
3 uses of WATCHDOG_ALERT
system_login_form_submit in modules/system/system.module
Submit handler for login form. If we are here, it probably means we have indeed authenticated. Just in case, we will test the form_state["passed_authentication"] value, which we expect to have been set in our validate handler.
system_login_form_validate in modules/system/system.module
Validate function for the login form. This is where we will do all of the lookups to verify username and password. If you want to write your own login handler (like for LDAP) this is the function you would duplicate in a custom module, then use…
_fp_error_handler in includes/misc.inc
This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc.

File

./bootstrap.inc, line 73
This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.

Code

@define('WATCHDOG_ALERT', 1)