From b3eaf018330b3e6973258879aaaa8f7ae48234dd Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 9 Jun 2016 10:20:59 +0200 Subject: [PATCH 1/2] debog inscription --- src/act.php | 5 ++++- src/arenas/connectFour/.doc-fr.html.kate-swp | Bin 139 -> 0 bytes src/arenas/tictactoe/public.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 src/arenas/connectFour/.doc-fr.html.kate-swp diff --git a/src/act.php b/src/act.php index 4a50727..4b5ea2b 100644 --- a/src/act.php +++ b/src/act.php @@ -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'; diff --git a/src/arenas/connectFour/.doc-fr.html.kate-swp b/src/arenas/connectFour/.doc-fr.html.kate-swp deleted file mode 100644 index f48bc61620dccb2379f20e028a5f91d7a8a673d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?Vn@wYF${_xvWW_9u0f7-lL52)Uo&>kEF nlwky7CLm^Z4faIhG8(zUr3HZEf(U647bXp4BI|~684X -
+