Changeset 4976
- Timestamp:
- 01/05/08 06:59:00 (11 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
interface/owner/center/dashboard/index.php (modified) (2 diffs)
-
lib/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/center/dashboard/index.php
r4950 r4976 149 149 <?php 150 150 } 151 if(Acl::check("group. owners")) {151 if(Acl::check("group.administrators")) { 152 152 ?> 153 153 function cleanupCache() { … … 281 281 </table> 282 282 <?php 283 if(Acl::check("group. owners")) {283 if(Acl::check("group.administrators")) { 284 284 ?> 285 285 <ul> -
trunk/lib/config.php
r4952 r4976 6 6 // Define basic signatures. 7 7 define('TEXTCUBE_NAME', 'Textcube'); 8 define('TEXTCUBE_VERSION', '1.6 pre-beta 2 a');8 define('TEXTCUBE_VERSION', '1.6 pre-beta 2b'); 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/');
