fix function name
This commit is contained in:
parent
37fcc72e56
commit
298a612287
|
@ -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="";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user