Changeset 107 for devel/www/index.php
- Timestamp:
- Sep 14, 2008, 5:54:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/index.php
r101 r107 41 41 'search' => array('Vyhledávání', 42 42 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'), 48 48 ), 49 49 'usefull' => array('Užitečné', … … 115 115 //$Output .= 'Server běží: '.$this->GetServerUptime().' '; 116 116 117 if($this->System->Modules['User']->CheckPermission('Finance', ' UserState'))117 if($this->System->Modules['User']->CheckPermission('Finance', 'DisplaySubjectState')) 118 118 { 119 119 $DbResult = $this->Database->select('users', 'cash', 'User='.$this->System->Modules['User']->User['Id']);
Note:
See TracChangeset
for help on using the changeset viewer.