mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-04 20:04:21 +00:00
more fix for delete links
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user