3
0
Fork 0
mirror of https://github.com/fsr/eseeva synced 2025-01-18 16:01:41 +01:00

Quick~~fix~~hack, just to be sure

This commit is contained in:
Sebastian J. Mielke 2016-10-13 18:43:55 +02:00
parent 5de29b5b75
commit 32af0a2d01

View file

@ -42,6 +42,9 @@
AddTutorData($_POST, $tutorData); AddTutorData($_POST, $tutorData);
AddCommentData($_POST, $commentData); 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, // write the altered data back to the log file, only change the state of the key,
// if that action was successful // if that action was successful
if (WriteLogFile(STUDENTLOGFILE, $questionData, $tutorData, $commentData)) if (WriteLogFile(STUDENTLOGFILE, $questionData, $tutorData, $commentData))