Changeset 2494 for tags/build-Butterfly01
- Timestamp:
- Sep 2, 2008, 11:35:46 PM (16 years ago)
- Location:
- tags/build-Butterfly01
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/build-Butterfly01/include/constants.php
r2343 r2494 23 23 24 24 // Default settings 25 define('PHPWG_VERSION', 'Butterfly ');25 define('PHPWG_VERSION', 'Butterfly 1'); 26 26 define('PHPWG_DOMAIN', 'phpwebgallery.net'); 27 27 define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); -
tags/build-Butterfly01/tools/create_listing_file.php
r2339 r2494 28 28 // ****** Gallery configuration ****** // 29 29 // Script version 30 $conf['version'] = ' branch 1.7';30 $conf['version'] = 'Butterfly 1'; 31 31 32 32 // URL of main gallery
Note: See TracChangeset
for help on using the changeset viewer.