- Timestamp:
- Jan 26, 2010, 11:44:06 AM (15 years ago)
- Location:
- tags/2.0.8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/2.0.8/include/config_default.inc.php
r3945 r4756 157 157 // show_version : shall the version of Piwigo be displayed at the 158 158 // bottom of each page ? 159 $conf['show_version'] = true;159 $conf['show_version'] = false; 160 160 161 161 // meta_ref to reference multiple sets of incorporated pages or elements … … 312 312 // This configuration parameter is set to true in BSF branch and to false 313 313 // elsewhere. 314 $conf['check_upgrade_feed'] = true;314 $conf['check_upgrade_feed'] = false; 315 315 316 316 // rate_items: available rates for a picture … … 437 437 438 438 // show_gt : display generation time at the bottom of each page 439 $conf['show_gt'] = true;439 $conf['show_gt'] = false; 440 440 441 441 // debug_l10n : display a warning message each time an unset language key is … … 447 447 448 448 // die_on_sql_error: if an SQL query fails, should everything stop? 449 $conf['die_on_sql_error'] = true;449 $conf['die_on_sql_error'] = false; 450 450 451 451 // if true, some language strings are replaced during template compilation -
tags/2.0.8/include/constants.php
r4495 r4756 23 23 24 24 // Default settings 25 define('PHPWG_VERSION', '2.0 ');25 define('PHPWG_VERSION', '2.0.8'); 26 26 define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); 27 27 define('PHPWG_DEFAULT_TEMPLATE', 'yoga/Sylvia'); -
tags/2.0.8/tools/create_listing_file.php
r4036 r4756 28 28 // ****** Gallery configuration ****** // 29 29 // Script version 30 $conf['version'] = '2.0 ';30 $conf['version'] = '2.0.8'; 31 31 32 32 // URL of main gallery
Note: See TracChangeset
for help on using the changeset viewer.