mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Updated the index.php file for the new code structure.
This commit is contained in:
parent
2e3b1ac9f7
commit
8a0c502a7d
1 changed files with 1 additions and 13 deletions
14
index.php
14
index.php
|
@ -49,18 +49,6 @@
|
||||||
|
|
||||||
require_once __DIR__ . '/config.php';
|
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.
|
* This variable must contain the name of your "system" directory.
|
||||||
* Set the path if it is not in the same directory as this file.
|
* Set the path if it is not in the same directory as this file.
|
||||||
*/
|
*/
|
||||||
$system_path = 'system';
|
$system_path = 'vendor/codeigniter/framework/system';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*---------------------------------------------------------------
|
*---------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue