diff --git a/install/index.php b/install/index.php index 6af0ef16..82784cb6 100644 --- a/install/index.php +++ b/install/index.php @@ -5,51 +5,90 @@ require(HESK_PATH . 'install/install_functions.inc.php'); require(HESK_PATH . 'hesk_settings.inc.php'); hesk_dbConnect(); + +/* +We have four possible installation scenarios: + +1. Fresh install - the user has never installed Mods for HESK before. Simply start at migration #0. +2. Installed a really old version - we don't have a previous version to start from. +3. Installed a recent version, but before migrations began - just pull the version # and use the dictionary below. +4. Migration number present in the settings table. Take that number and run with it. + */ ?>
-