function php_disable
Same name and namespace in other branches
- 7.x drupal-7.x/modules/php/php.install \php_disable()
Implementation of hook_disable().
Archivo
- drupal-6.x/
modules/ php/ php.install, line 26
Código
function php_disable() {
drupal_set_message(t('The PHP module has been disabled. Please note that any existing content that was using the PHP filter will now be visible in plain text. This might pose a security risk by exposing sensitive information, if any, used in the PHP code.'));
}