In notification bar accept or deny

This commit is contained in:
Lars van Hijfte
2017-01-24 17:31:39 +01:00
parent 12ed710369
commit 37d83169c6
3 changed files with 30 additions and 9 deletions

View File

@@ -28,4 +28,4 @@ if(!empty($_POST["request"]) AND $friendship_status == 0) {
$username = getUsername($_POST["userID"]);
header("Location: profile.php?username=$username");
header("Location: ../profile.php?username=$username");