Changeset 1601
- Timestamp:
- Nov 9, 2006, 11:26:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/release-1_6_2/include/config_default.inc.php
r1572 r1601 147 147 // show_version : shall the version of PhpWebGallery be displayed at the 148 148 // bottom of each page ? 149 $conf['show_version'] = true;149 $conf['show_version'] = false; 150 150 151 151 // links : list of external links to add in the menu. An example is the best … … 218 218 // This configuration parameter is set to true in BSF branch and to false 219 219 // elsewhere. 220 $conf['check_upgrade_feed'] = true;220 $conf['check_upgrade_feed'] = false; 221 221 222 222 // rate_items: available rates for a picture … … 337 337 338 338 // show_gt : display generation time at the bottom of each page 339 $conf['show_gt'] = true;339 $conf['show_gt'] = false; 340 340 341 341 // debug_l10n : display a warning message each time an unset language key is … … 344 344 345 345 // 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; 347 347 348 348 // +-----------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.