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/SBogers13/rie-jeanne.nl/wwwroot/kms/app/views/login/v_form.php
<h1><?php echo $this->lang['login']; ?></h1>
<form action="<?php echo LANG_ROOT . $this->urls['login']; ?>/validate/" method="post">
    <div class="input_holder">
        <label for="login_user"><?php echo $this->lang['username']; ?>:</label>
        <input id="login_user" type="text" name="user"  value="" data-label="<?php echo $this->lang['username']; ?>" class="text_field reset_value" />
    </div>
    <div class="input_holder">
        <label for="login_pass"><?php echo $this->lang['password']; ?>:</label>
        <input id="login_pass" type="password" name="pass" value="" data-label="<?php echo $this->lang['username']; ?>" class="text_field reset_value" />
    </div>
    <?php $this->getData('submit'); ?>
</form>
<div class="clear"></div>
<a href="<?php echo LANG_ROOT . $this->urls['forgot_pass'] . '/'; ?>"><?php echo $this->lang['forgot_pass_btn']; ?></a>