diff -r de56132c008d -r bdac73ed481e install/includes/stages/confirm.php --- a/install/includes/stages/confirm.php Sun Mar 28 21:49:26 2010 -0400 +++ b/install/includes/stages/confirm.php Sun Mar 28 23:10:46 2010 -0400 @@ -14,39 +14,39 @@ */ if ( !defined('IN_ENANO_INSTALL') ) - die(); + die(); require_once( ENANO_ROOT . '/includes/constants.php' ); $ui->show_header(); ?> -

get('confirm_title'); ?>

-

get('confirm_body'); ?>

-

get('confirm_info_aes_title'); ?> - get('confirm_info_aes_body', array('aes_bits' => AES_BITS)); ?> -

- '; - echo '

' . $lang->get('confirm_msg_installing_unstable_title') . '

'; - echo '

' . $lang->get('confirm_msg_installing_unstable_body') . '

'; - echo ''; - } - ?> -
&$value ) - { - if ( !preg_match('/^[a-z0-9_]+$/', $key) ) - die('You idiot hacker...'); - if ( $key == '_cont' ) - continue; - $value_clean = str_replace(array('\\', '"', '<', '>'), array('\\\\', '\\"', '<', '>'), $value); - echo "\n "; - } +

get('confirm_title'); ?>

+

get('confirm_body'); ?>

+

get('confirm_info_aes_title'); ?> + get('confirm_info_aes_body', array('aes_bits' => AES_BITS)); ?> +

+ '; + echo '

' . $lang->get('confirm_msg_installing_unstable_title') . '

'; + echo '

' . $lang->get('confirm_msg_installing_unstable_body') . '

'; + echo ''; + } + ?> + &$value ) + { + if ( !preg_match('/^[a-z0-9_]+$/', $key) ) + die('You idiot hacker...'); + if ( $key == '_cont' ) + continue; + $value_clean = str_replace(array('\\', '"', '<', '>'), array('\\\\', '\\"', '<', '>'), $value); + echo "\n "; + } ?> -
- -
-
+
+ +
+