Будь проклят тот день, когда я решил ввести неймспейсы...
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once "config.php";
|
||||
$tr = mysql_fetch_array(mysql_query("SELECT `id`, `coin`, `log` FROM `deztow_turnir` WHERE `id` = '" . mysql_real_escape_string($_GET['id']) . "' LIMIT 1"));
|
||||
Template::header('Башня смерти. Отчет о турнире #'. $tr['id']);
|
||||
\Battles\Template::header('Башня смерти. Отчет о турнире #'. $tr['id']);
|
||||
echo sprintf('<h3>Башня смерти. Отчет о турнире.</h3><b>%s</b> кр.<br>%s', $tr['coin'], $tr['log']);
|
||||
Reference in New Issue
Block a user