| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/development/dev.americansocietyforassetprotection.com/member/ |
Upload File : |
<?php
session_start();//================================================== By default every page must start a session
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<title>American Society for Asset Protection</title>
<?php
require_once("binx/class/stage_container.php");
require_once("binx/class/navigations.php");
require_once("binx/vars/stage_vars.php");
require_once("binx/vars/meta_data.php");
require_once("binx/includes/includes.php");
?>
<script type="text/javascript" src="binx/js/index.js"></script>
</head>
<body>
<div id="id-center-image" class="ui-center-image" align="center">
<img src="<?php print "images/center/picture1.png"; ?>"/>
</div>
<div align="center" id="id-main-stage" class="data-main-stage">
<?php
require_once("binx/includes/header.php");
?>
<table width="<?php print $PAGE_WIDTH; ?>" border="0" id="id-stage" class="ui-stage" cellspacing="0">
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" width="100%">
<?php
?>
</td>
</tr>
</table>
<div id="id-stage-left" class="ui-stage-left">
<h4>Welcome</h4><h5>PLEASE RESET YOUR PASSWORD</h5>
<br /><br />
<?php
$content = new STAGECONTAINER;
require_once("binx/php/resetpw.php");
?>
</div>
<div style="clear:both"></div>
</td>
</tr>
</table>
<?php
require_once("binx/includes/footer.php");
?>
</div>
</body>
</html>