Ignore:
Timestamp:
Nov 9, 2006, 11:26:28 PM (17 years ago)
Author:
plg
Message:

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/release-1_6_2/include/config_default.inc.php

    r1572 r1601  
    147147// show_version : shall the version of PhpWebGallery be displayed at the
    148148// bottom of each page ?
    149 $conf['show_version'] = true;
     149$conf['show_version'] = false;
    150150
    151151// links : list of external links to add in the menu. An example is the best
     
    218218// This configuration parameter is set to true in BSF branch and to false
    219219// elsewhere.
    220 $conf['check_upgrade_feed'] = true;
     220$conf['check_upgrade_feed'] = false;
    221221
    222222// rate_items: available rates for a picture
     
    337337
    338338// show_gt : display generation time at the bottom of each page
    339 $conf['show_gt'] = true;
     339$conf['show_gt'] = false;
    340340
    341341// debug_l10n : display a warning message each time an unset language key is
     
    344344
    345345// die_on_sql_error: if an SQL query fails, should everything stop?
    346 $conf['die_on_sql_error'] = true;
     346$conf['die_on_sql_error'] = false;
    347347
    348348// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.