Changeset 29768


Ignore:
Timestamp:
Sep 24, 2014, 9:14:44 AM (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

File:
1 edited

Legend:

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

    r29762 r29768  
    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
     
    232232// This configuration parameter is set to true in BSF branch and to false
    233233// elsewhere.
    234 $conf['check_upgrade_feed'] = true;
     234$conf['check_upgrade_feed'] = false;
    235235
    236236// rate_items: available rates for a picture
     
    420420
    421421// show_gt : display generation time at the bottom of each page
    422 $conf['show_gt'] = true;
     422$conf['show_gt'] = false;
    423423
    424424// debug_l10n : display a warning message each time an unset language key is
     
    433433
    434434// die_on_sql_error: if an SQL query fails, should everything stop?
    435 $conf['die_on_sql_error'] = true;
     435$conf['die_on_sql_error'] = false;
    436436
    437437// if true, some language strings are replaced during template compilation
Note: See TracChangeset for help on using the changeset viewer.