2021-11-06 18:52:46 +03:00
|
|
|
<?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.4.2'; // This must be changed manually.
|
|
|
|
|
2021-11-06 18:53:57 +03:00
|
|
|
$config['release_label'] = ''; // Leave empty or add Alpha, Beta, Custom etc ...
|
2021-11-06 18:52:46 +03:00
|
|
|
|
|
|
|
$config['debug'] = Config::DEBUG_MODE;
|