Ignore:
Timestamp:
Nov 5, 2004, 10:36:35 PM (20 years ago)
Author:
z0rglub
Message:
  • DEBUG constant divided into $confshow_queries and $confshow_gt (display generation time at the bottom of each page)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config.inc.php

    r587 r592  
    147147// admin/infos_images
    148148$conf['info_nb_elements_page'] = 5;
     149
     150// default_language : language used if language set in user database is not
     151// available
     152$conf['default_language'] = 'en_UK.iso-8859-1';
     153
     154// show_queries : for debug purpose, show queries and execution times
     155$conf['show_queries'] = false;
     156
     157// show_gt : display generation time at the bottom of each page
     158$conf['show_gt'] = true;
    149159?>
Note: See TracChangeset for help on using the changeset viewer.