mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 14:47:14 +00:00
more fix for delete links
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
if(isset($_GET['del'])){
|
if(isset($_GET['del']) && is_numeric($_GET['del'])){
|
||||||
$database->removeLinks($_GET['del'],$session->uid);
|
$database->removeLinks($_GET['del'],$session->uid);
|
||||||
header("Location: spieler.php?s=2");
|
header("Location: spieler.php?s=2");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user