more fix for delete links

This commit is contained in:
unknown
2012-06-15 21:33:21 +03:00
parent 4946a51468
commit bd5bd50d4c
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
if(isset($_GET['del'])){
if(isset($_GET['del']) && is_numeric($_GET['del'])){
$database->removeLinks($_GET['del'],$session->uid);
header("Location: spieler.php?s=2");
}