| 6 php.install | php_disable() |
| 7 php.install | php_disable() |
| 8 php.install | php_disable() |
Implementation of hook_disable().
File
- modules/
php/ php.install, line 26
Code
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.'));
}
Login or register to post comments