From 828333612783fe912f13fd3e2d1865761873471b Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 5 Dec 2015 20:27:13 +0100 Subject: [PATCH] debug sql --- src/act.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/act.php b/src/act.php index b13798b..2d24d2f 100644 --- a/src/act.php +++ b/src/act.php @@ -52,9 +52,10 @@ switch($_POST['act']){ preg_replace('#^(http|https|mailto|ftp)://(([a-z0-9\/\.\?-_=\#@:~])*)#i','$1://$2' ,nl2br(htmlentities($_POST['botDescription']))) )."', + '1', NOW(), '".$secret."')"; - echo $sql; + // echo $sql; $rs=mysqli_query($lnMysql,$sql); include __DIR__."/config.php";