Changeset 69
- Timestamp:
- Feb 6, 2009, 8:51:36 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r67 r69 134 134 ( 135 135 // index, indexname , barva , popis 136 array('0', '', 'brown', ''), 136 137 array('1', 'Překlady', 'green', 'Operace s překladdy'), 137 138 array('2', 'Stažení', 'brown', 'Stáhnutí souboru'), -
trunk/log.php
r67 r69 15 15 $Items[] = array 16 16 ( 17 'Title' => $LogTypes[$Line['type']][1],17 'Title' => strip_tags($LogTypes[$Line['type']][1].': '.$Line['text'].' ('.$Line['user'].', '.$Line['IP'].')'), 18 18 'Link' => $Config['Web']['BaseURL'].'log.php', 19 'Description' => $L ine['text'].' ('.$Line['user'].', '.$Line['IP'].')',19 'Description' => $LogTypes[$Line['type']][1].': '.$Line['text'].' ('.$Line['user'].', '.$Line['IP'].')', 20 20 'Time' => $Line['UNIX_TIMESTAMP(date)'], 21 21 );
Note:
See TracChangeset
for help on using the changeset viewer.