diff options
Diffstat (limited to 'include/config.inc.php')
-rw-r--r-- | include/config.inc.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index e1a9acfa2..bf6d9a5fa 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -146,4 +146,14 @@ $conf['session_id_size'] = 10; // info_nb_elements_page : number of elements to display per page on // admin/infos_images $conf['info_nb_elements_page'] = 5; + +// default_language : language used if language set in user database is not +// available +$conf['default_language'] = 'en_UK.iso-8859-1'; + +// show_queries : for debug purpose, show queries and execution times +$conf['show_queries'] = false; + +// show_gt : display generation time at the bottom of each page +$conf['show_gt'] = true; ?> |