Changeset 15935
- Timestamp:
- 06/22/12 10:56:58 (11 months ago)
- Files:
-
- 1 modified
-
branches/2.4/include/config_default.inc.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/include/config_default.inc.php
r15316 r15935 115 115 // show_version : shall the version of Piwigo be displayed at the 116 116 // bottom of each page ? 117 $conf['show_version'] = true;117 $conf['show_version'] = false; 118 118 119 119 // meta_ref to reference multiple sets of incorporated pages or elements … … 274 274 // This configuration parameter is set to true in BSF branch and to false 275 275 // elsewhere. 276 $conf['check_upgrade_feed'] = true;276 $conf['check_upgrade_feed'] = false; 277 277 278 278 // rate_items: available rates for a picture … … 418 418 419 419 // show_gt : display generation time at the bottom of each page 420 $conf['show_gt'] = true;420 $conf['show_gt'] = false; 421 421 422 422 // debug_l10n : display a warning message each time an unset language key is … … 431 431 432 432 // die_on_sql_error: if an SQL query fails, should everything stop? 433 $conf['die_on_sql_error'] = true;433 $conf['die_on_sql_error'] = false; 434 434 435 435 // if true, some language strings are replaced during template compilation
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)