fix function name

This commit is contained in:
Gnieark 2015-11-28 14:27:39 +01:00
parent 37fcc72e56
commit 298a612287

View File

@ -1,7 +1,7 @@
<?php <?php
require_once(__DIR__."/functions.php"); require_once(__DIR__."/functions.php");
$bots=getBotsArray(); $bots=get_Bots_Array();
$postParams=get_Post_Params(); $postParams=get_Post_Params();
if(!$postParams){ if(!$postParams){
$bot1=""; $bot1="";