diff --git a/Admin/Templates/deletion.tpl b/Admin/Templates/deletion.tpl index 3d020b55..b5ef2730 100644 --- a/Admin/Templates/deletion.tpl +++ b/Admin/Templates/deletion.tpl @@ -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"); } -?> \ No newline at end of file +?>