install/includes/stages/confirm.php
changeset 1022 06debbf8dd75
parent 851 b98798f6572d
child 1081 745200a9cc2a
--- a/install/includes/stages/confirm.php	Fri Jun 05 22:09:42 2009 -0400
+++ b/install/includes/stages/confirm.php	Tue Jun 09 03:05:20 2009 -0400
@@ -35,7 +35,7 @@
               echo '</div>';
             }
             ?>
-            <form action="install.php?stage=install" method="post" name="install_login" onsubmit="return ( verify() && submit_encrypt() );"><?php
+            <form action="install.php?stage=install" method="post" name="install_login"><?php
   foreach ( $_POST as $key => &$value )
   {
     if ( !preg_match('/^[a-z0-9_]+$/', $key) )