Updated the index.php file for the new code structure.

This commit is contained in:
Alex Tselegidis 2020-03-11 10:28:30 +01:00
parent 2e3b1ac9f7
commit 8a0c502a7d
1 changed files with 1 additions and 13 deletions

View File

@ -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';
/*
*---------------------------------------------------------------