install/upgrade.php
changeset 802 59cce2313f9d
parent 801 eb8b23f11744
child 832 7152ca0a0ce9
--- a/install/upgrade.php	Sun Jan 04 00:55:40 2009 -0500
+++ b/install/upgrade.php	Sun Jan 04 01:43:16 2009 -0500
@@ -38,6 +38,8 @@
 require_once('includes/common.php');
 @ini_set('display_errors', 'on');
 
+define('ENANO_UPGRADE_USE_AES_PASSWORDS', in_array(enano_version(), array('1.0RC1', '1.0RC2', '1.0RC3', '1.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.1.1', '1.1.2', '1.1.3', '1.1.4', '1.1.5')));
+
 $ui = new Enano_Installer_UI('Enano upgrader', false);
 
 $stg_welcome = $ui->add_stage('Welcome', true);