From 9a34f7a1c2036e0e31e105cbfe6015216561f672 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 11 Aug 2009 17:26:33 +0000 Subject: =?UTF-8?q?#546048=20by=20G=C3=A1bor=20Hojtsy:=20Move=20maintenanc?= =?UTF-8?q?e=20mode=20setting=20to=20config/development.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index d00b55311..0eb1e6118 100644 --- a/update.php +++ b/update.php @@ -207,7 +207,7 @@ function update_info_page() { $output .= "
    \n"; $output .= "
  1. Back up your database. This process will change your database values and in case of emergency you may need to revert to a backup.
  2. \n"; $output .= "
  3. Back up your code. Hint: when backing up module code, do not leave that backup in the 'modules' or 'sites/*/modules' directories as this may confuse Drupal's auto-discovery mechanism.
  4. \n"; - $output .= '
  5. Put your site into maintenance mode.
  6. ' . "\n"; + $output .= '
  7. Put your site into maintenance mode.
  8. ' . "\n"; $output .= "
  9. Install your new files in the appropriate location, as described in the handbook.
  10. \n"; $output .= "
\n"; $output .= "

When you have performed the steps above, you may proceed.

\n"; -- cgit v1.2.3