mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-14 23:31:02 +00:00
update: now you cannot write the values [message] or [/message] in your message + fix addressbook
This commit is contained in:
@@ -27,6 +27,10 @@ if(isset($_GET['t'])) {
|
||||
header("Location: ".$_SERVER['PHP_SELF']);
|
||||
}
|
||||
}
|
||||
if(isset($_GET['delfriend']) && is_numeric($_GET['delfriend'])){
|
||||
$database->deleteFriend($session->uid,"friend".$_GET['delfriend']);
|
||||
header("Location: ".$_SERVER['PHP_SELF']."?t=1");
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user