update: now player cannot delete link of another player

This commit is contained in:
unknown
2012-06-15 21:31:37 +03:00
parent 415bf988dd
commit 4946a51468
2 changed files with 17 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
if(isset($_GET['del'])){
$database->removeLinks($_GET['del']);
$database->removeLinks($_GET['del'],$session->uid);
header("Location: spieler.php?s=2");
}
#################################################################################