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 @@