Fix #21 - ability to change title

Add define("TITLE", "<title>") to your config.php file if you're updating and want to use this feature.
This commit is contained in:
Vojtěch Sajdl
2018-03-10 00:32:06 +01:00
parent 5afda409c1
commit 4b62701974
3 changed files with 51 additions and 38 deletions
+1
View File
@@ -3,6 +3,7 @@
session_start();
//You can change these:
define("NAME", '##name##'); //Website name
define("TITLE", "##title##");
define("WEB_URL", "##url##"); //Used for links
define("MAILER_NAME", "##mailer##"); //Mailer name
define("MAILER_ADDRESS", "##mailer_email##"); //Mailer address