function system_status_install in System Status 6.2
Same name and namespace in other branches
- 8.2 system_status.install \system_status_install()
- 8 system_status.install \system_status_install()
- 7 system_status.install \system_status_install()
Implements hook_install().
Creates a unique set of tokens for this installation.
File
- ./
system_status.install, line 25
Code
function system_status_install() {
variable_set('system_status_token', SystemStatusEncryption::getToken());
variable_set('system_status_encrypt_token', SystemStatusEncryption::getToken());
}