Skip to main content
Drupal API Help
Helping Drupal Community, One API at a time
Main menu
Home
Drupal Core
Getting Help
You are here
Home
»
API reference
»
Automated Logout 5
»
autologout.module
»
autologout_default_settings
property autologout_default_settings::$enabled in Automated Logout 5
Same name and namespace in other branches
6 autologout.module
\autologout_default_settings::enabled
7.2 autologout.module
\autologout_default_settings::enabled
File
./
autologout.module
, line 29
Used to automagically log out a user after a preset time, AjK May 2006
Class
autologout_default_settings
Note, these defaults are for the "out of the box" settings. Most of these can be set by the site admin and once the site admin does change them, these are no longer used (i.e. if
variable_get
() returns a valid value these are ignored.
Code
var $enabled =
FALSE
;
API Navigation
Automated Logout 5
Classes
Functions
Files