function badbehavior_boot in Bad Behavior 6
Same name and namespace in other branches
- 6.2 badbehavior.module \badbehavior_boot()
- 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();
}
}