Ignore:
Timestamp:
Mar 11, 2011, 10:59:37 PM (13 years ago)
Author:
plg
Message:

release number 2.2.0RC4 hard coded + turn off show_gt and check_uprgade_feed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/2.2.0RC4/include/config_default.inc.php

    r8763 r9620  
    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
     
    311311// This configuration parameter is set to true in BSF branch and to false
    312312// elsewhere.
    313 $conf['check_upgrade_feed'] = true;
     313$conf['check_upgrade_feed'] = false;
    314314
    315315// rate_items: available rates for a picture
Note: See TracChangeset for help on using the changeset viewer.