function _deploy_set_php_encryption_state in Deploy - Content Staging 7.3
Set default php encryption state.
1 call to _deploy_set_php_encryption_state()
- _deploy_encrypt in ./
deploy.module - Centralize method for handling encryption.
File
- ./
deploy.module, line 879 - Deploy module functions.
Code
function _deploy_set_php_encryption_state() {
if (!variable_get('deploy_php_encryption_state', FALSE)) {
variable_set('deploy_php_encryption_state', TRUE);
}
}