diff --git a/include/header.php b/include/header.php index 5d6c72c..01b943d 100644 --- a/include/header.php +++ b/include/header.php @@ -1,5 +1,7 @@ Login"); } echo(""); - //header("Location: /login.php"); die(); } ?> diff --git a/user.php b/user.php index c4c41be..34ae4f3 100644 --- a/user.php +++ b/user.php @@ -200,7 +200,8 @@ if(isset($_GET["p"])){ // Time $time->settimestamp($current["q_date"]); echo("\t\t\t\t\t"); - echo(''); + $_GET["p"] = $current["id"]; + echo(''); echo("" . $time->format("Y-m-d h:i:s") . ""); echo("\n");
" . $time->format("Y-m-d h:i:s") . "