mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-24 17:03:27 +03:00
16 lines
505 B
PHP
16 lines
505 B
PHP
<?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.
|
|
|
|
$config['release_label'] = ''; // Leave empty or add Alpha, Beta, Custom etc ...
|
|
|
|
$config['debug'] = Config::DEBUG_MODE;
|