From 8a0c502a7ddbccd3c6cf886f1752666fe3a5dbc8 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 11 Mar 2020 10:28:30 +0100 Subject: [PATCH] Updated the index.php file for the new code structure. --- index.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/index.php b/index.php index c270d274..b7548e6b 100644 --- a/index.php +++ b/index.php @@ -49,18 +49,6 @@ require_once __DIR__ . '/config.php'; - /* - *--------------------------------------------------------------- - * EASY!APPOINTMENTS AUTOLOAD FILE - *--------------------------------------------------------------- - * - * Include Easy!Appointments autoload file so that namespace - * classes are loaded automatically. - * - */ - - require_once __DIR__ . '/autoload.php'; - /* *--------------------------------------------------------------- @@ -135,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 = 'system'; + $system_path = 'vendor/codeigniter/framework/system'; /* *---------------------------------------------------------------