forked from mirrors/easyappointments
enable to change default language
This commit is contained in:
parent
18be8b65f7
commit
85851eafd6
1 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@ class Config {
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
const BASE_URL = 'http://url-to-easyappointments-directory';
|
const BASE_URL = 'http://url-to-easyappointments-directory';
|
||||||
const DEBUG_MODE = FALSE;
|
const DEBUG_MODE = FALSE;
|
||||||
|
|
||||||
|
const DEFAULT_LANGUAGE = english;
|
||||||
|
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
// Database Settings
|
// Database Settings
|
||||||
|
@ -46,4 +48,4 @@ class Config {
|
||||||
const GOOGLE_API_KEY = '';
|
const GOOGLE_API_KEY = '';
|
||||||
}
|
}
|
||||||
/* End of file config.php */
|
/* End of file config.php */
|
||||||
/* Location: ./config.php */
|
/* Location: ./config.php */
|
||||||
|
|
Loading…
Reference in a new issue