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:
parent
5de29b5b75
commit
32af0a2d01
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue