Changeset 2001


Ignore:
Timestamp:
May 5, 2007, 12:30:41 AM (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_7_0/include/config_default.inc.php

    r1926 r2001  
    154154// show_version : shall the version of PhpWebGallery be displayed at the
    155155// bottom of each page ?
    156 $conf['show_version'] = true;
     156$conf['show_version'] = false;
    157157
    158158
     
    285285// This configuration parameter is set to true in BSF branch and to false
    286286// elsewhere.
    287 $conf['check_upgrade_feed'] = true;
     287$conf['check_upgrade_feed'] = false;
    288288
    289289// rate_items: available rates for a picture
     
    407407
    408408// show_gt : display generation time at the bottom of each page
    409 $conf['show_gt'] = true;
     409$conf['show_gt'] = false;
    410410
    411411// debug_l10n : display a warning message each time an unset language key is
     
    414414
    415415// die_on_sql_error: if an SQL query fails, should everything stop?
    416 $conf['die_on_sql_error'] = true;
     416$conf['die_on_sql_error'] = false;
    417417
    418418// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.