install/includes/stages/confirm.php
changeset 1022 06debbf8dd75
parent 851 b98798f6572d
child 1081 745200a9cc2a
equal deleted inserted replaced
1021:5990ac411f34 1022:06debbf8dd75
    33               echo '<h3>' . $lang->get('confirm_msg_installing_unstable_title') . '</h3>';
    33               echo '<h3>' . $lang->get('confirm_msg_installing_unstable_title') . '</h3>';
    34               echo '<p>' . $lang->get('confirm_msg_installing_unstable_body') . '</p>';
    34               echo '<p>' . $lang->get('confirm_msg_installing_unstable_body') . '</p>';
    35               echo '</div>';
    35               echo '</div>';
    36             }
    36             }
    37             ?>
    37             ?>
    38             <form action="install.php?stage=install" method="post" name="install_login" onsubmit="return ( verify() && submit_encrypt() );"><?php
    38             <form action="install.php?stage=install" method="post" name="install_login"><?php
    39   foreach ( $_POST as $key => &$value )
    39   foreach ( $_POST as $key => &$value )
    40   {
    40   {
    41     if ( !preg_match('/^[a-z0-9_]+$/', $key) )
    41     if ( !preg_match('/^[a-z0-9_]+$/', $key) )
    42       die('You idiot hacker...');
    42       die('You idiot hacker...');
    43     if ( $key == '_cont' )
    43     if ( $key == '_cont' )