| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/templates_c/ |
Upload File : |
<?php
/* Smarty version 3.1.29, created on 2023-03-15 17:25:21
from "/home/meusitei/public_html/central/gestor/templates/blend/authconfirm.tpl" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_6411ff81d6f166_97171252',
'file_dependency' =>
array (
'aac318e9d0866444b8cd2b095c9491b4edd90163' =>
array (
0 => '/home/meusitei/public_html/central/gestor/templates/blend/authconfirm.tpl',
1 => 1534436002,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6411ff81d6f166_97171252 ($_smarty_tpl) {
?>
<style>
.contentarea {
background-color: #f8f8f8;
}
</style>
<div class="auth-container">
<h2>Confirm password to continue</h2>
<p>You are entering an administrative area of WHMCS and must confirm your password to continue.</p>
<?php if ($_smarty_tpl->tpl_vars['incorrect']->value) {?>
<div class="alert alert-danger text-center" style="padding:5px;margin-bottom:10px;">Password incorrect</div>
<?php }?>
<form method="post" action="">
<input type="hidden" name="authconfirm" value="1">
<div class="form-group">
<label for="inputConfirmPassword">Password</label>
<input type="password" class="form-control" id="inputConfirmPassword" name="confirmpw" placeholder="" autofocus>
</div>
<?php
$_from = $_smarty_tpl->tpl_vars['post_fields']->value;
if (!is_array($_from) && !is_object($_from)) {
settype($_from, 'array');
}
$__foreach_value_0_saved_item = isset($_smarty_tpl->tpl_vars['value']) ? $_smarty_tpl->tpl_vars['value'] : false;
$__foreach_value_0_saved_key = isset($_smarty_tpl->tpl_vars['name']) ? $_smarty_tpl->tpl_vars['name'] : false;
$_smarty_tpl->tpl_vars['value'] = new Smarty_Variable();
$_smarty_tpl->tpl_vars['name'] = new Smarty_Variable();
$_smarty_tpl->tpl_vars['value']->_loop = false;
foreach ($_from as $_smarty_tpl->tpl_vars['name']->value => $_smarty_tpl->tpl_vars['value']->value) {
$_smarty_tpl->tpl_vars['value']->_loop = true;
$__foreach_value_0_saved_local_item = $_smarty_tpl->tpl_vars['value'];
?>
<input type="hidden" name="<?php echo $_smarty_tpl->tpl_vars['name']->value;?>
" value="<?php echo $_smarty_tpl->tpl_vars['value']->value;?>
" />
<?php
$_smarty_tpl->tpl_vars['value'] = $__foreach_value_0_saved_local_item;
}
if ($__foreach_value_0_saved_item) {
$_smarty_tpl->tpl_vars['value'] = $__foreach_value_0_saved_item;
}
if ($__foreach_value_0_saved_key) {
$_smarty_tpl->tpl_vars['name'] = $__foreach_value_0_saved_key;
}
?>
<button type="submit" class="btn btn-primary btn-block">Confirm password</button>
</form>
</div>
<?php }
}