Changeset 107 for devel/www/index.php


Ignore:
Timestamp:
Sep 14, 2008, 5:54:37 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Skripty pro import aktualit ze stránek zdechov.cz.
  • Upraveno: Doplněno generování oprávnění v prvotním transformačním skriptu.
  • Upraveno: Názvy položek oprávnění.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/index.php

    r101 r107  
    4141    'search' => array('Vyhledávání',
    4242      array('Google', 'http://www.google.cz/', 'www_google_com.gif'),
    43       array('Morfeo', 'http://morfeo.centrum.cz', 'morfeo.png'),
    44       array('Centrum', 'http://www.centrum.cz', 'www_centrum_cz.gif'),
    45       array('Seznam', 'http://www.seznam.cz', 'www_seznam_cz.gif'),
    46       array('Atlas', 'http://www.atlas.cz', 'www_atlas_cz.gif'),
    47       array('Tiscali', 'http://www.tiscali.cz', 'www_tiscali_cz.gif'),
     43      array('Morfeo', 'http://morfeo.centrum.cz/', 'morfeo.png'),
     44      array('Centrum', 'http://www.centrum.cz/', 'www_centrum_cz.gif'),
     45      array('Seznam', 'http://www.seznam.cz/', 'www_seznam_cz.gif'),
     46      array('Atlas', 'http://www.atlas.cz/', 'www_atlas_cz.gif'),
     47      array('Tiscali', 'http://www.tiscali.cz/', 'www_tiscali_cz.gif'),
    4848    ),
    4949    'usefull' => array('Užitečné',
     
    115115    //$Output .= 'Server běží: '.$this->GetServerUptime().'      ';
    116116
    117     if($this->System->Modules['User']->CheckPermission('Finance', 'UserState'))
     117    if($this->System->Modules['User']->CheckPermission('Finance', 'DisplaySubjectState'))
    118118    {
    119119      $DbResult = $this->Database->select('users', 'cash', 'User='.$this->System->Modules['User']->User['Id']);
Note: See TracChangeset for help on using the changeset viewer.