HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/kms.komma.pro/wwwroot/app/views/login/v_forgot_pass.php
<h1><?php echo $this->lang['forgot_pass']; ?></h1>
<form action="<?php echo LANG_ROOT . $this->urls['forgot_pass']; ?>/validate/" method="post">
    <div class="input_holder">
        <label for="email"><?php echo $this->lang['email_address']; ?> *:</label>
        <input type="text" id="email" name="email" value="<?php echo $this->lang['email_address'] ?>" data-label="<?php echo $this->lang['email_address'] ?>" class="text_field reset_value" />
    </div>
    <?php $this->getData('submit'); ?>
</form>
<div class="clear"></div>