Rip website?
This commit is contained in:
@@ -21,7 +21,7 @@ $friends = json_decode($_POST["friends"]);
|
||||
foreach($friends as $i => $friend) {
|
||||
$friendshipStatus = getFriendshipStatus($friend->userID);
|
||||
?>
|
||||
<li class='friend-item <?= $extra ?>'>
|
||||
<li class='friend-item'>
|
||||
<form action='<?= $action ?>' method='<?= $actionType ?>'>
|
||||
<button type='submit'
|
||||
name='username'
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<body>
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
if(isset($_SESSION["userID"])){
|
||||
header("location: login.php");
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
left: 0;
|
||||
top: 80px;
|
||||
height: calc(100% - 80px);
|
||||
height: calc(100% - 120px);
|
||||
width: 236px;
|
||||
|
||||
padding: 20px 10px;
|
||||
|
||||
Reference in New Issue
Block a user