diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 090b80a0d97cb3c950eb33d142248c9742fde161..a38eb8d1a55d5244a3625ba9d209410949fc286a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -71,7 +71,7 @@
       <workItem from="1601888004249" duration="2583000" />
       <workItem from="1602322762276" duration="291000" />
       <workItem from="1602599132329" duration="313000" />
-      <workItem from="1602599911536" duration="1904000" />
+      <workItem from="1602599911536" duration="2008000" />
     </task>
     <servers />
   </component>
@@ -115,10 +115,10 @@
       <screen x="0" y="0" width="1920" height="1160" />
     </state>
     <state x="740" y="335" key="FileChooserDialogImpl/0.0.1920.1160/-1920.0.1920.1040@0.0.1920.1160" timestamp="1601739374278" />
-    <state x="794" y="503" key="NewPhpFileDialog" timestamp="1601888090691">
+    <state x="794" y="503" key="NewPhpFileDialog" timestamp="1602601925462">
       <screen x="0" y="0" width="1920" height="1160" />
     </state>
-    <state x="794" y="503" key="NewPhpFileDialog/0.0.1920.1160/-1920.0.1920.1040@0.0.1920.1160" timestamp="1601888090691" />
+    <state x="794" y="503" key="NewPhpFileDialog/0.0.1920.1160/-1920.0.1920.1040@0.0.1920.1160" timestamp="1602601925462" />
     <state x="461" y="225" key="SettingsEditor" timestamp="1601754679273">
       <screen x="0" y="0" width="1920" height="1160" />
     </state>
diff --git a/internal/config.example.php b/internal/config.example.php
new file mode 100644
index 0000000000000000000000000000000000000000..af49604e69754e45dd1a1930502dab414acfe06a
--- /dev/null
+++ b/internal/config.example.php
@@ -0,0 +1,8 @@
+<?php
+$mysqlServer = "127.0.0.1";
+$mysqlUser = "";
+$mysqlPassword = "";
+$mysqlDatabase = "";
+
+$footerMaxPost = 5;
+$homeMaxPost = 3;
\ No newline at end of file