Changeset 998 for trunk/common


Ignore:
Timestamp:
01/29/09 15:33:57 (3 years ago)
Author:
strat.cristian@…
Message:

security action: user-sensitive-info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common/security.php

    r997 r998  
    352352            return false; 
    353353 
     354        case 'sensitive-info': 
     355            return ($usersec == 'admin' || $usersec == 'helper'); 
     356 
    354357        default: 
    355358            log_error('Invalid user action: '.$action); 
Note: See TracChangeset for help on using the changeset viewer.