diff --git a/phpBB/upgrade_20.php b/phpBB/upgrade_20.php index 4964cf68b1..f0fca0c9f8 100644 --- a/phpBB/upgrade_20.php +++ b/phpBB/upgrade_20.php @@ -19,10 +19,39 @@ * ***************************************************************************/ include('extension.inc'); -include('config.' . $phpEx); +include('config.'.$phpEx); +include('includes/constants.'.$phpEx); +include('includes/db.'.$phpEx); +include('functions/bbcode.'.$phpEx); set_time_limit(20*60); // Increase maximum execution time to 20 minutes. +function common_header() +{ +?> + + +
+Code: |
"; + $code_end_html = " |
Quote: |
"; + $quote_end_html = " |
Click the Backup button to commence a download of the critical tables in your current database. You will be prompted for a download location for the backup file, please note that the download may be large (and hence take a long time) depending on how many posts/users/forums/etc. you have. When the download has completed (and not before!) click the Next button to continue.
-