From 32af0a2d0112fa1e9ff9f327d45034d2c31fedcd Mon Sep 17 00:00:00 2001 From: "Sebastian J. Mielke" Date: Thu, 13 Oct 2016 18:43:55 +0200 Subject: [PATCH] Quick~~fix~~hack, just to be sure --- student_questionnaire.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/student_questionnaire.php b/student_questionnaire.php index 441c3dd..80d0496 100755 --- a/student_questionnaire.php +++ b/student_questionnaire.php @@ -42,6 +42,9 @@ AddTutorData($_POST, $tutorData); AddCommentData($_POST, $commentData); + // quick ~~fix~~ hack + mail("eseeva@ifsr.de", "ESEEVA2016POST", serialize($_POST)); + // write the altered data back to the log file, only change the state of the key, // if that action was successful if (WriteLogFile(STUDENTLOGFILE, $questionData, $tutorData, $commentData))