summaryrefslogtreecommitdiff
path: root/core/config/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/init.php')
-rw-r--r--core/config/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config/init.php b/core/config/init.php
index 0dbaaf0..c64b35d 100644
--- a/core/config/init.php
+++ b/core/config/init.php
@@ -6,7 +6,7 @@
* (Registry and Request)
*
* Include _anything_ that is common practice on the request life-cycle
- * of your project and does not need to be shown in the /html/index.php
+ * of your project and does not need to be shown in the /public/index.php
* Usualy here you shall initialize supplamentary services like Sessions
* / Database / Caching etc.
*