require("my_account_header.php");
?>
unset($_SESSION['current_status']);
$context['id'] = $_SESSION['user']['id'];
$context['db_name'] = DB_CLIENT_ACCOUNTS;
common_main_header::get_header();
$password = new form_my_password($context);
if($_POST['Submit'] == "Save Password")
$password->submit();
$password->form();
?>