fast_404_boot |
./fast_404.module |
Implements hook_boot(). |
|
|
fast_404_enable |
./fast_404.install |
Implements hook_enable(). |
|
|
fast_404_error_return |
./fast_404.inc |
Output our super plain error and exit. |
2 |
|
fast_404_ext_check |
./fast_404.inc |
|
1 |
|
fast_404_path_check |
./fast_404.inc |
Check a Drupal path to see if it really exists and load a fast 404 if not. |
1 |
3 |
fast_404_validate_path_drupal |
./fast_404.inc |
Check to see if a path works using Drupal MySQL functions. |
1 |
|
fast_404_validate_path_sql |
./fast_404.inc |
Check to see if a path exists using plain SQL functions. |
1 |
|