function shield_install in Shield 6
Implementation of hook_install().
File
- ./
shield.install, line 10 - Installation file for shield module
Code
function shield_install() {
variable_set('shield_state', 1);
variable_set('shield_allow_cli', 1);
}