php_disable
modules/php/php.install, строка 26
- Версии
- 6
php_disable()
Реализация hook_disable()
.
Код
<?php
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.'));
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии