Changeset 4976

Show
Ignore:
Timestamp:
01/05/08 06:59:00 (11 months ago)
Author:
inureyes
Message:

#783

  • 캐시 갱신은 administrators 권한으로도 할 수 있도록 조정.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/center/dashboard/index.php

    r4950 r4976  
    149149<?php 
    150150} 
    151 if(Acl::check("group.owners")) { 
     151if(Acl::check("group.administrators")) { 
    152152?> 
    153153                                function cleanupCache() { 
     
    281281                                    </table> 
    282282<?php 
    283         if(Acl::check("group.owners")) { 
     283        if(Acl::check("group.administrators")) { 
    284284?> 
    285285                                    <ul> 
  • trunk/lib/config.php

    r4952 r4976  
    66// Define basic signatures. 
    77define('TEXTCUBE_NAME', 'Textcube'); 
    8 define('TEXTCUBE_VERSION', '1.6 pre-beta 2a'); 
     8define('TEXTCUBE_VERSION', '1.6 pre-beta 2b'); 
    99define('TEXTCUBE_COPYRIGHT', 'Copyright &copy; 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 
    1010define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');