This commit is contained in:
18
application/config/app.php
Normal file
18
application/config/app.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| App Configuration
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Declare some of the global config values of Easy!Appointments.
|
||||
|
|
||||
*/
|
||||
|
||||
$config['version'] = '1.5.1'; // This must be changed manually.
|
||||
|
||||
$config['url'] = Config::BASE_URL;
|
||||
|
||||
$config['debug'] = Config::DEBUG_MODE;
|
||||
|
||||
$config['cache_busting_token'] = 'TSJ77';
|
||||
Reference in New Issue
Block a user