mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-05 14:00:11 +00:00
4 lines
132 B
PHP
4 lines
132 B
PHP
|
<?
|
||
|
$DB->query("DELETE FROM friends WHERE UserID='$LoggedUser[ID]' AND FriendID='$P[friendid]'");
|
||
|
header('Location: friends.php');
|
||
|
?>
|