diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 308f559d0593f6692eb9d2f952af3e3331236230..3918737458562efbe8af964ee1d8558c66400be7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -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> diff --git a/internal/config.example.php b/internal/config.example.php index af49604e69754e45dd1a1930502dab414acfe06a..b5842fe9ad0f04c18a3412458391a9c592aa8727 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