changeset 1024 | 722f4beeceb6 |
parent 1022 | 06debbf8dd75 |
child 1081 | 745200a9cc2a |
--- a/install/includes/stages/confirm.php Mon Jun 15 20:09:58 2009 -0400 +++ b/install/includes/stages/confirm.php Mon Jun 15 20:10:30 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) )