Update deletion.tpl

This commit is contained in:
Shadow
2014-10-29 14:27:29 +02:00
parent ceb85298c1
commit 6deedfc8d7
+2 -2
View File
@@ -8,7 +8,7 @@
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
## ##
#################################################################################
include_once("../GameEngine/Ranking.php");
if($_GET['uid'])
{
$user = $database->getUserArray($_GET['uid'],1);
@@ -86,4 +86,4 @@ else
{
include("404.tpl");
}
?>
?>