Ignore:
Timestamp:
Jan 26, 2010, 11:44:06 AM (14 years ago)
Author:
plg
Message:

New version 2.0.8 hard coded.

Stable release required modifications: don't show version and generation time in
footer, don't check the upgrade feed, don't die on sql errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/2.0.8/include/config_default.inc.php

    r3945 r4756  
    157157// show_version : shall the version of Piwigo be displayed at the
    158158// bottom of each page ?
    159 $conf['show_version'] = true;
     159$conf['show_version'] = false;
    160160
    161161// meta_ref to reference multiple sets of incorporated pages or elements
     
    312312// This configuration parameter is set to true in BSF branch and to false
    313313// elsewhere.
    314 $conf['check_upgrade_feed'] = true;
     314$conf['check_upgrade_feed'] = false;
    315315
    316316// 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
     
    447447
    448448// die_on_sql_error: if an SQL query fails, should everything stop?
    449 $conf['die_on_sql_error'] = true;
     449$conf['die_on_sql_error'] = false;
    450450
    451451// if true, some language strings are replaced during template compilation
Note: See TracChangeset for help on using the changeset viewer.