diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-19 19:10:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-19 19:10:08 +0000 |
commit | 2f9af75438c58b1aab3e66a8eee81d0168488ed6 (patch) | |
tree | 13c371942fd38d496921eae9fcbaf6e0b1b8424b /modules/system/system.install | |
parent | 680979845ad9c1648a1b262c0fff242ef219c18f (diff) | |
download | brdo-2f9af75438c58b1aab3e66a8eee81d0168488ed6.tar.gz brdo-2f9af75438c58b1aab3e66a8eee81d0168488ed6.tar.bz2 |
- Patch #430342 by kkaefer et al: usability improvement: changed 'site maintenance' to 'maintenance mode'.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 1acbe72a4..3981cfdda 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2812,7 +2812,7 @@ function system_update_7003() { } } if (isset($invalid_host)) { - drupal_set_message('Drupal no longer supports wildcard IP address blocking. Visitors whose IP addresses match ranges you have previously set using <em>access rules</em> will no longer be blocked from your site when you take it out of maintenance mode. See the <a href="http://drupal.org/node/24302">IP address and referrer blocking Handbook page</a> for alternative methods.', 'warning'); + drupal_set_message('Drupal no longer supports wildcard IP address blocking. Visitors whose IP addresses match ranges you have previously set using <em>access rules</em> will no longer be blocked from your site when you put the site online. See the <a href="http://drupal.org/node/24302">IP address and referrer blocking Handbook page</a> for alternative methods.', 'warning'); $ret[] = array('success' => TRUE, 'query' => ''); } // Make sure not to block any IP addresses that were specifically allowed by access rules. |