diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 308f559..3918737 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -20,8 +20,7 @@ - - + diff --git a/internal/config.example.php b/internal/config.example.php index af49604..b5842fe 100644 --- a/internal/config.example.php +++ b/internal/config.example.php @@ -4,5 +4,7 @@ $mysqlUser = ""; $mysqlPassword = ""; $mysqlDatabase = ""; +$contactmail = ""; + $footerMaxPost = 5; $homeMaxPost = 3; \ No newline at end of file