You are here

function badbehavior_boot in Bad Behavior 6

Same name and namespace in other branches
  1. 6.2 badbehavior.module \badbehavior_boot()
  2. 7.2 badbehavior.module \badbehavior_boot()

Implements hook_boot().

File

./badbehavior.module, line 57

Code

function badbehavior_boot() {
  if (!$GLOBALS['user']->uid) {
    badbehavior_start_badbehavior();
  }
}