Ignore:
Timestamp:
Mar 17, 2009, 10:44:00 PM (15 years ago)
Author:
plg
Message:

New version 2.0.1 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.1/include/config_default.inc.php

    r3137 r3212  
    153153// show_version : shall the version of Piwigo be displayed at the
    154154// bottom of each page ?
    155 $conf['show_version'] = true;
     155$conf['show_version'] = false;
    156156
    157157// meta_ref to reference multiple sets of incorporated pages or elements
     
    303303// This configuration parameter is set to true in BSF branch and to false
    304304// elsewhere.
    305 $conf['check_upgrade_feed'] = true;
     305$conf['check_upgrade_feed'] = false;
    306306
    307307// rate_items: available rates for a picture
     
    425425
    426426// show_gt : display generation time at the bottom of each page
    427 $conf['show_gt'] = true;
     427$conf['show_gt'] = false;
    428428
    429429// debug_l10n : display a warning message each time an unset language key is
     
    435435
    436436// die_on_sql_error: if an SQL query fails, should everything stop?
    437 $conf['die_on_sql_error'] = true;
     437$conf['die_on_sql_error'] = false;
    438438
    439439// if true, some language strings are replaced during template compilation
Note: See TracChangeset for help on using the changeset viewer.