Changeset 12345


Ignore:
Timestamp:
Oct 4, 2011, 3:44:01 PM (12 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.3/include/config_default.inc.php

    r11978 r12345  
    123123// show_version : shall the version of Piwigo be displayed at the
    124124// bottom of each page ?
    125 $conf['show_version'] = true;
     125$conf['show_version'] = false;
    126126
    127127// meta_ref to reference multiple sets of incorporated pages or elements
     
    293293// This configuration parameter is set to true in BSF branch and to false
    294294// elsewhere.
    295 $conf['check_upgrade_feed'] = true;
     295$conf['check_upgrade_feed'] = false;
    296296
    297297// rate_items: available rates for a picture
     
    437437
    438438// show_gt : display generation time at the bottom of each page
    439 $conf['show_gt'] = true;
     439$conf['show_gt'] = false;
    440440
    441441// debug_l10n : display a warning message each time an unset language key is
     
    450450
    451451// die_on_sql_error: if an SQL query fails, should everything stop?
    452 $conf['die_on_sql_error'] = true;
     452$conf['die_on_sql_error'] = false;
    453453
    454454// if true, some language strings are replaced during template compilation
Note: See TracChangeset for help on using the changeset viewer.