Changeset 908 for trunk/Modules/Log/Log.php
- Timestamp:
- May 1, 2021, 10:01:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r899 r908 71 71 ( 72 72 'Title' => $Line['Module'].' '.$Line['Operation'].' ('.$Line['UserName'].', '.$Line['IPAddress'].')', 73 'Link' => 'http ://'.$this->System->Config['Web']['Host'].$this->System->Link('/log.php'),73 'Link' => 'https://'.$this->System->Config['Web']['Host'].$this->System->Link('/log.php'), 74 74 'Description' => $Line['Module'].' '.$Line['Operation'].': '.$Line['Value'].' ('.$Line['UserName']. 75 75 ', '.$Line['IPAddress'].', '.HumanDate($Line['Time']).')', … … 80 80 $RSS = new RSS(); 81 81 $RSS->Title = $this->System->Config['Web']['Title'].' - Záznamy'; 82 $RSS->Link = 'http ://'.$this->System->Config['Web']['Host'].'/';82 $RSS->Link = 'https://'.$this->System->Config['Web']['Host'].'/'; 83 83 $RSS->Description = 'Aktuality '.$this->System->Config['Web']['Description']; 84 84 $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
Note:
See TracChangeset
for help on using the changeset viewer.