- DEFAULT_LANGUAGE constant moved to $conf['default_language']

- DEBUG constant divided into $conf['show_queries'] and $conf['show_gt']
  (display generation time at the bottom of each page)


git-svn-id: http://piwigo.org/svn/trunk@592 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-11-05 21:36:35 +00:00
parent d2884e69ce
commit fb53abe3bd
5 changed files with 16 additions and 9 deletions
+10
View File
@@ -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;
?>