You are here

function php_disable in Drupal 6

Same name and namespace in other branches
  1. 7 modules/php/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.'));
}