equal
deleted
inserted
replaced
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' ) |