From ffe4dc84d449e601561b7128212daf9758b6d9b0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 24 Apr 2007 10:54:35 +0000 Subject: - Patch #46941 by Zen and Ber: move PHP input filter to dedicated module. --- modules/php/php.install | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules/php/php.install (limited to 'modules/php/php.install') diff --git a/modules/php/php.install b/modules/php/php.install new file mode 100644 index 000000000..d5ee4d8bd --- /dev/null +++ b/modules/php/php.install @@ -0,0 +1,29 @@ + l('PHP code', 'admin/settings/filters/'. $format)))); + } +} + +/** + * Implementation of hook_disable(). + */ +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.')); +} -- cgit v1.2.3