mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-08 01:04:36 -04:00
Add Privacy policy (#40)
* add contact fields * added really simple privacy policy and install proccedure * add link to policy in footer
This commit is contained in:
@@ -7,6 +7,11 @@ define("TITLE", "##title##");
|
||||
define("WEB_URL", "##url##"); //Used for links
|
||||
define("MAILER_NAME", "##mailer##"); //Mailer name
|
||||
define("MAILER_ADDRESS", "##mailer_email##"); //Mailer address
|
||||
define("POLICY_NAME", "##policy_name##"); //name for contact in policy
|
||||
define("ADDRESS", "##address##");
|
||||
define("POLICY_MAIL", "##policy_mail##"); //contact email in policy
|
||||
define("POLICY_PHONE", "##policy_phone##");
|
||||
define("WHO_WE_ARE","##who_we_are##");
|
||||
define("INSTALL_OVERRIDE", false);
|
||||
define("DEFAULT_LANGUAGE", "en_GB");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user