Changeset 21187 for branches/2.5


Ignore:
Timestamp:
Mar 4, 2013, 9:25:28 PM (11 years ago)
Author:
plg
Message:

change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/include/config_default.inc.php

    r20516 r21187  
    115115// show_version : shall the version of Piwigo be displayed at the
    116116// bottom of each page ?
    117 $conf['show_version'] = true;
     117$conf['show_version'] = false;
    118118
    119119// meta_ref to reference multiple sets of incorporated pages or elements
     
    270270// This configuration parameter is set to true in BSF branch and to false
    271271// elsewhere.
    272 $conf['check_upgrade_feed'] = true;
     272$conf['check_upgrade_feed'] = false;
    273273
    274274// rate_items: available rates for a picture
     
    423423
    424424// show_gt : display generation time at the bottom of each page
    425 $conf['show_gt'] = true;
     425$conf['show_gt'] = false;
    426426
    427427// debug_l10n : display a warning message each time an unset language key is
     
    436436
    437437// die_on_sql_error: if an SQL query fails, should everything stop?
    438 $conf['die_on_sql_error'] = true;
     438$conf['die_on_sql_error'] = false;
    439439
    440440// if true, some language strings are replaced during template compilation
Note: See TracChangeset for help on using the changeset viewer.