PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
include
/
client
<?php if(!defined('OSTCLIENTINC')) die('Access Denied'); $userid=Format::input($_POST['userid']); ?> <h1><?php echo __('Forgot My Password'); ?></h1> <p><?php echo __( 'Enter your username or email address again in the form below and press the <strong>Login</strong> to access your account and reset your password.'); ?> <form action="pwreset.php" method="post" id="clientLogin"> <div style="width:50%;display:inline-block"> <?php csrf_token(); ?> <input type="hidden" name="do" value="reset"/> <input type="hidden" name="token" value="<?php echo Format::htmlchars($_REQUEST['token']); ?>"/> <strong><?php echo Format::htmlchars($banner); ?></strong> <br> <div> <label for="username"><?php echo __('Username'); ?>:</label> <input id="username" type="text" name="userid" size="30" value="<?php echo $userid; ?>"> </div> <p> <input class="btn" type="submit" value="Login"> </p> </div> </form>
[+]
..
[-] login.inc.php
[edit]
[-] accesslink.inc.php
[edit]
[-] staff.inc.php
[edit]
[-] register.confirmed.inc.php
[edit]
[-] faq.inc.php
[edit]
[-] login.tpl.php
[edit]
[-] pwreset.request.php
[edit]
[-] register.inc.php
[edit]
[-] open.inc.php
[edit]
[-] header.inc.php
[edit]
[-] register.confirm.inc.php
[edit]
[-] kb-categories.inc.php
[edit]
[-] faq-category.inc.php
[edit]
[-] kb-search.inc.php
[edit]
[-] pwreset.sent.php
[edit]
[-] profile.inc.php
[edit]
[-] view.inc.php
[edit]
[-] pwreset.login.php
[edit]
[-] knowledgebase.inc.php
[edit]
[+]
templates
[-] tickets.inc.php
[edit]
[-] footer.inc.php
[edit]
[-] edit.inc.php
[edit]
[-] .htaccess.disabled
[edit]