added contactmail to example config

This commit is contained in:
Jonas Leder 2020-10-17 22:21:05 +02:00
parent f6cb55f6b1
commit 8994ce4ac2
2 changed files with 4 additions and 3 deletions

View file

@ -20,8 +20,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="96203431-5b23-4ef4-a731-a73cf5dd800b" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/include/footer.php" beforeDir="false" afterPath="$PROJECT_DIR$/include/footer.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/internal/config.example.php" beforeDir="false" afterPath="$PROJECT_DIR$/internal/config.example.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -97,7 +96,7 @@
<workItem from="1602599132329" duration="313000" />
<workItem from="1602599911536" duration="3399000" />
<workItem from="1602960955994" duration="1962000" />
<workItem from="1602966012124" duration="12000" />
<workItem from="1602966012124" duration="40000" />
</task>
<servers />
</component>

View file

@ -4,5 +4,7 @@ $mysqlUser = "";
$mysqlPassword = "";
$mysqlDatabase = "";
$contactmail = "";
$footerMaxPost = 5;
$homeMaxPost = 3;