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