install/includes/stages/login.php
changeset 1242 9aa09b0a7544
parent 1240 2b6cdff92b09
--- a/install/includes/stages/login.php	Tue Apr 06 15:55:21 2010 -0400
+++ b/install/includes/stages/login.php	Sat Apr 17 03:33:14 2010 -0400
@@ -26,7 +26,7 @@
 $ui->show_header();
 
 // generate the HTML for the form, and store the public and private key in the temporary config
-$aes_form = sessionManager::generate_aes_form($dh_keys);
+$aes_form = sessionManager::generate_aes_form_static($dh_keys);
 $fp = @fopen(ENANO_ROOT . '/config.new.php', 'a+');
 if ( !$fp )
 	die('Couldn\'t open the config for writing');