fix php parse error
This commit is contained in:
parent
b0da15c0c6
commit
6fe9c77ced
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
if(isset($_POST['xd_check'])){
|
if(isset($_POST['xd_check'])){
|
||||||
$botName=$_POST['botname'];
|
$botName=$_POST['botName'];
|
||||||
$botGame=$_POST['botGame'];
|
$botGame=$_POST['botGame'];
|
||||||
$botURL=$_POST['botURL'];
|
$botURL=$_POST['botURL'];
|
||||||
$botDescription=$_POST['botDescription'];
|
$botDescription=$_POST['botDescription'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user