change_pass($fPassword_current, $fPassword)) { flash_info($PALANG['pPassword_result_success']); header("Location: main.php"); exit(0); } else { $tMessage = $PALANG['pPassword_result_error']; } } } include ("../templates/header.php"); include ("../templates/users_menu.php"); include ("../templates/users_password.php"); include ("../templates/footer.php"); /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ ?>