Changeset 3480 for branches/2.2/admin


Ignore:
Timestamp:
11/09/10 15:28:43 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1344 - Informar na tela de login uma identificação da versão/revisao distribuida

Location:
branches/2.2/admin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/inc/hook_admin.inc.php

    r1684 r3480  
    7575        }  
    7676 
     77        if (! $GLOBALS['phpgw']->acl->check('asyncservice_access',1,'admin')) 
     78        { 
     79            if(file_exists(dirname( __FILE__ ) . '/../../infodist/revisoes-svn.php')) 
     80                $file['subversion']    = $GLOBALS['phpgw']->link('subversion.php'); 
     81        } 
     82         
    7783        if (! $GLOBALS['phpgw']->acl->check('site_config_access',1,'admin')) 
    7884        { 
Note: See TracChangeset for help on using the changeset viewer.