Changeset 26828


Ignore:
Timestamp:
Jan 17, 2014, 3:46:21 PM (10 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

Location:
branches/2.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6

  • branches/2.6/include/config_default.inc.php

    r26461 r26828  
    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
     
    236236// This configuration parameter is set to true in BSF branch and to false
    237237// elsewhere.
    238 $conf['check_upgrade_feed'] = true;
     238$conf['check_upgrade_feed'] = false;
    239239
    240240// rate_items: available rates for a picture
     
    424424
    425425// show_gt : display generation time at the bottom of each page
    426 $conf['show_gt'] = true;
     426$conf['show_gt'] = false;
    427427
    428428// debug_l10n : display a warning message each time an unset language key is
     
    437437
    438438// die_on_sql_error: if an SQL query fails, should everything stop?
    439 $conf['die_on_sql_error'] = true;
     439$conf['die_on_sql_error'] = false;
    440440
    441441// if true, some language strings are replaced during template compilation
Note: See TracChangeset for help on using the changeset viewer.