debog inscription
This commit is contained in:
parent
a4275e15c0
commit
b3eaf01833
|
@ -59,7 +59,10 @@ switch($_POST['act']){
|
|||
'".mysqli_real_escape_string($lnMysql,$_POST['email'])."'";
|
||||
|
||||
$rs=mysqli_query($lnMysql,$sql);
|
||||
|
||||
|
||||
echo $sql; die;
|
||||
|
||||
|
||||
include __DIR__."/config.php";
|
||||
require __DIR__.'/PHPMailer/PHPMailerAutoload.php';
|
||||
|
||||
|
|
Binary file not shown.
|
@ -12,7 +12,7 @@ if(!$postParams){
|
|||
}
|
||||
|
||||
?>
|
||||
<article>
|
||||
<article>
|
||||
<h2><?php echo $lang['MAKE_DUEL'];?></h2>
|
||||
<p>
|
||||
<select name="bot1" id="bot1">
|
||||
|
|
Loading…
Reference in New Issue
Block a user