Changeset 197 for trunk/index.php


Ignore:
Timestamp:
Apr 27, 2009, 9:12:56 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Restartování konfigurace sítě. Přidáno povolení, zobrazení poslední délky vykonání, chybového záznamu, periody.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r192 r197  
    160160      $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/manage.php">Správa financí</a><br />';
    161161    if($this->System->Modules['User']->CheckPermission('Network', 'Administration'))
    162       $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/is/administration_page.php">Správa sítě</a><br />';
     162      $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/network/administration.php">Správa sítě</a><br />';
    163163    return($Output);
    164164  }
Note: See TracChangeset for help on using the changeset viewer.