Changeset 15935


Ignore:
Timestamp:
Jun 22, 2012, 10:56:58 AM (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.4/include/config_default.inc.php

    r15316 r15935  
    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
     
    274274// This configuration parameter is set to true in BSF branch and to false
    275275// elsewhere.
    276 $conf['check_upgrade_feed'] = true;
     276$conf['check_upgrade_feed'] = false;
    277277
    278278// rate_items: available rates for a picture
     
    418418
    419419// show_gt : display generation time at the bottom of each page
    420 $conf['show_gt'] = true;
     420$conf['show_gt'] = false;
    421421
    422422// debug_l10n : display a warning message each time an unset language key is
     
    431431
    432432// die_on_sql_error: if an SQL query fails, should everything stop?
    433 $conf['die_on_sql_error'] = true;
     433$conf['die_on_sql_error'] = false;
    434434
    435435// if true, some language strings are replaced during template compilation
Note: See TracChangeset for help on using the changeset viewer.