diff options
-rwxr-xr-x | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ define('EG','allowed'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__FILE__)); -define('APPLICATION_PATH','Application'); //name of the folder that contains the application files +//name of the folder that contains the application files +define('APPLICATION_PATH','Application'); // call the config file and the bootstrap file require_once (ROOT . DS . 'Config' . DS . 'Config.php'); |