This commit is contained in:
Gnieark 2015-11-30 22:30:51 +01:00
parent 2935c21349
commit c1e4e36f2f

View File

@ -3,7 +3,7 @@ function get_arenas_list(){
include (__DIR__."/arenas_lists.php"); include (__DIR__."/arenas_lists.php");
return $arenas; return $arenas;
} }
function(get_Bots_Array($arena,$activeOnly=true){ function get_Bots_Array($arena,$activeOnly=true){
global $lnMysql; global $lnMysql;
//$bots[]=array("name" => $name, "url" =>$url); //$bots[]=array("name" => $name, "url" =>$url);