- Timestamp:
- Oct 30, 2010, 11:15:19 PM (14 years ago)
- Location:
- tags/2.1.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/2.1.4/include/config_default.inc.php
r6715 r7509 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 … … 315 315 // This configuration parameter is set to true in BSF branch and to false 316 316 // elsewhere. 317 $conf['check_upgrade_feed'] = true;317 $conf['check_upgrade_feed'] = false; 318 318 319 319 // rate_items: available rates for a picture … … 450 450 451 451 // show_gt : display generation time at the bottom of each page 452 $conf['show_gt'] = true;452 $conf['show_gt'] = false; 453 453 454 454 // debug_l10n : display a warning message each time an unset language key is … … 463 463 464 464 // die_on_sql_error: if an SQL query fails, should everything stop? 465 $conf['die_on_sql_error'] = true;465 $conf['die_on_sql_error'] = false; 466 466 467 467 // if true, some language strings are replaced during template compilation -
tags/2.1.4/include/constants.php
r6630 r7509 23 23 24 24 // Default settings 25 define('PHPWG_VERSION', '2.1 ');25 define('PHPWG_VERSION', '2.1.4'); 26 26 define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); 27 27 define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); -
tags/2.1.4/tools/create_listing_file.php
r6630 r7509 28 28 // ****** Gallery configuration ****** // 29 29 // Script version 30 $conf['version'] = '2.1 ';30 $conf['version'] = '2.1.4'; 31 31 32 32 // URL of main gallery
Note: See TracChangeset
for help on using the changeset viewer.