mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-02 06:04:44 -04:00
Fix #78 - run data through htmlspecialchars so we don't crash when there are quotes in the name
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user