From 5b3a20133b4a8abe5aea8604fd8c31ec26e737a7 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 23 Feb 2022 08:23:13 +0100 Subject: [PATCH] Update the system path (#1207) --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b7548e6b..b1a40558 100644 --- a/index.php +++ b/index.php @@ -123,7 +123,7 @@ switch (ENVIRONMENT) * This variable must contain the name of your "system" directory. * Set the path if it is not in the same directory as this file. */ - $system_path = 'vendor/codeigniter/framework/system'; + $system_path = 'system'; /* *---------------------------------------------------------------