The upgrade.php script will upgrade from Phorum 3.0.x to 3.1.x  To upgrade from
one of the 3.1 betas please read upgrade31.txt.

The upgrade.php script is currently located in the scripts/ folder.
It must be run from a subdirectory of the main Phorum31 installation,
and you should remove it from your server after the upgrade is done.

1. Install Phorum 3.1.x as per readme.txt.
2. Copy forums.inf from your old location to another location
3. Modify the variable $oldinfpath in upgrade.php to point to
   the location that you placed the copy of forums.inf
4. Comment out all the $DB lines in the old forums.inf by
   placing a // at the beginning of each line.  e.g.:
//   $DB = new db();
5. Comment out the $q lines.
6. Comment out the include lines.
7. Run upgrade.php from a browser.
8. Load the admin script for your new installation and select:
   Rebuild INF File
9. In the same area, select:
   Reset Main Sequence
