Show
Ignore:
Timestamp:
02/11/10 17:34:27 (2 years ago)
Author:
gbastien
Message:

* Merged recent changes in the trunk into this branch
* New token architecture not yet fully functional, nor tested, but ...

  • can now edit token templates for different context of tokens (from the edit netork interface at the bottom of page)
  • Users connected through a wifidog gateway can view their connection token information
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newtoken/wifidog/classes/Role.php

    r1421 r1446  
    485485 
    486486        $retval = false; 
    487         if (Security::hasPermission('SERVER_PERM_EDIT_ROLES', Server::getServer())) { 
     487        if (Security::hasPermission(Permission::P('SERVER_PERM_EDIT_ROLES'), Server::getServer())) { 
    488488            $db = AbstractDb::getObject(); 
    489489            $id = $db->escapeString($this->getId());