function php_disable
Same name and namespace in other branches
- 6.x drupal-6.x/modules/php/php.install \php_disable()
Implements hook_disable().
Archivo
- drupal-7.x/
modules/ php/ php.install, line 43 - Install, update and uninstall functions for the php module.
Código
function php_disable() {
drupal_set_message(t('The PHP module has been disabled. 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.'));
}