<?php /* Smarty version 2.6.2, created on 2012-10-11 15:51:11
         compiled from security.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'myescape', 'security.tpl', 9, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<h1>Advanced login security settings:</h1><br><br>

<form method=post>
<input type=hidden name=a value="security">
<input type=hidden name=action value="save">
Detect IP Address Change Sensitivity<br>
<input type=radio name=ip value=disabled <?php if (((is_array($_tmp=$this->_tpl_vars['security']['detect_ip'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'disabled'): ?>checked<?php endif; ?>>Disabled<br>
<input type=radio name=ip value=medium <?php if (((is_array($_tmp=$this->_tpl_vars['security']['detect_ip'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'medium'): ?>checked<?php endif; ?>>Medium<br>
<input type=radio name=ip value=high <?php if (((is_array($_tmp=$this->_tpl_vars['security']['detect_ip'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'high'): ?>checked<?php endif; ?>>High<br><br>

Detect Browser Change<br>
<input type=radio name=browser value=disabled <?php if (((is_array($_tmp=$this->_tpl_vars['security']['detect_browser'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'disabled'): ?>checked<?php endif; ?>>Disabled<br>
<input type=radio name=browser value=enabled <?php if (((is_array($_tmp=$this->_tpl_vars['security']['detect_browser'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'enabled'): ?>checked<?php endif; ?>>Enabled<br><br>
<input type=submit value="Set" class=sbmt>
</form>


<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>