Fix #78 - run data through htmlspecialchars so we don't crash when there are quotes in the name

This commit is contained in:
Vojtěch Sajdl
2019-03-15 12:22:16 +01:00
parent 2b54aa9d46
commit 7294b356dd
2 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
//This is config file, please be careful
session_start();
//You can change these:
define("NAME", '##name##'); //Website name
define("NAME", "##name##"); //Website name
define("TITLE", "##title##");
define("WEB_URL", "##url##"); //Used for links
define("MAILER_NAME", "##mailer##"); //Mailer name