<?php
include("./MPHX/common.php");
@header('Content-Type: text/html; charset=UTF-8');
header("Location:user");
exit;
?>