From 666b1f3f83de655f175d9f2598c07ad4b7fc3578 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 26 Nov 2015 19:38:09 +0100 Subject: [PATCH] language --- html/index.php | 4 +--- src/functions.php | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/html/index.php b/html/index.php index ae4fcc6..be64892 100644 --- a/html/index.php +++ b/html/index.php @@ -16,7 +16,7 @@ require_once("../src/functions.php"); -$arenas=arenas_get_list(); +$arenas=get_arenas_list(); //form submitting if (isset($_POST['xd_check'])) @@ -34,8 +34,6 @@ if (isset($_POST['xd_check'])) } } - - ?> diff --git a/src/functions.php b/src/functions.php index bbde409..c4198bb 100644 --- a/src/functions.php +++ b/src/functions.php @@ -1,5 +1,5 @@