- Timestamp:
- Oct 16, 2008, 9:53:52 PM (16 years ago)
- Location:
- tags/release-1_7_3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/release-1_7_3/include/config_default.inc.php
r2283 r2764 154 154 // show_version : shall the version of PhpWebGallery be displayed at the 155 155 // bottom of each page ? 156 $conf['show_version'] = true;156 $conf['show_version'] = false; 157 157 158 158 … … 295 295 // This configuration parameter is set to true in BSF branch and to false 296 296 // elsewhere. 297 $conf['check_upgrade_feed'] = true;297 $conf['check_upgrade_feed'] = false; 298 298 299 299 // rate_items: available rates for a picture … … 417 417 418 418 // show_gt : display generation time at the bottom of each page 419 $conf['show_gt'] = true;419 $conf['show_gt'] = false; 420 420 421 421 // debug_l10n : display a warning message each time an unset language key is … … 424 424 425 425 // die_on_sql_error: if an SQL query fails, should everything stop? 426 $conf['die_on_sql_error'] = true;426 $conf['die_on_sql_error'] = false; 427 427 428 428 // +-----------------------------------------------------------------------+ -
tags/release-1_7_3/include/constants.php
r1937 r2764 26 26 27 27 // Default settings 28 define('PHPWG_VERSION', ' branch 1.7');28 define('PHPWG_VERSION', '1.7.3'); 29 29 define('PHPWG_DOMAIN', 'phpwebgallery.net'); 30 30 define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); -
tags/release-1_7_3/tools/create_listing_file.php
r2749 r2764 32 32 // ****** Gallery configuration ****** // 33 33 // Script version 34 $conf['version'] = ' branch 1.7';34 $conf['version'] = '1.7.3'; 35 35 36 36 // URL of main gallery
Note: See TracChangeset
for help on using the changeset viewer.