From 68fc9e55e538e03f94509731ab41a0c8cf96710f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 17 Apr 2023 12:12:22 +0300 Subject: setup a real server environment (apache DocumentRoot=/var/www/public) --- core/config/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/config/init.php') 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. * -- cgit v1.2.3