Ignore:
Timestamp:
Aug 25, 2009, 1:04:56 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Na některých místech kontrola oprávnění.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/View/Client.php

    r69 r77  
    3131    $Table->LoadValuesFromDatabase($this->Database);
    3232    $Output .= $Table->Show();
    33     if($this->System->Modules['User']->User['Role'] >= USER_ROLE_ADMINISTRATOR)
    34     {
    35       //$Output .= '<br /><div style="text-align: center;"><a href="?Action=BackupAdd">Zálohovat</a></dev>';     
    36     }
    3733    return($Output);
    3834  }
Note: See TracChangeset for help on using the changeset viewer.