diff --git a/config/config_ids.php b/config/config_ids.php index 3526a5e..8a18794 100644 --- a/config/config_ids.php +++ b/config/config_ids.php @@ -18,6 +18,9 @@ class config_ids { const SYS_CONFIG_DB_PASSWORD = 15; const SYS_CONFIG_DB_DBNAME = 16; + const SYS_CONFIG_LANGS = 21; + const SYS_CONFIG_DEFAULT_LANG = 22; + const SYS_SAI_CONFIG_BASEURL = 50; const SYS_SAI_CONFIG_NAVIMG = 51; } \ No newline at end of file diff --git a/system/locale.php b/system/locale.php index fef81d2..10b180f 100644 --- a/system/locale.php +++ b/system/locale.php @@ -1,13 +1,8 @@