Changeset 6555
- Timestamp:
- 08/15/08 04:31:10 (5 months ago)
- Location:
- trunk/library
- Files:
-
- 2 modified
-
config.php (modified) (1 diff)
-
initialize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/config.php
r6551 r6555 6 6 // Define basic signatures. 7 7 define('TEXTCUBE_NAME', 'Textcube'); 8 define('TEXTCUBE_VERSION', '1.8 : pre-Alpha');8 define('TEXTCUBE_VERSION', '1.8 : Alpha 1'); 9 9 define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 10 10 define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/'); -
trunk/library/initialize.php
r6551 r6555 25 25 $memcache->connect((isset($memcached['server']) && $memcached['server'] ? $memcached['server'] : 'localhost')); 26 26 endif; 27 27 28 /** 28 29 Path-dependent environment setting
