fix php parse error

This commit is contained in:
Gnieark 2015-12-30 16:13:45 +01:00
parent b0da15c0c6
commit 6fe9c77ced

View File

@ -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'];