Changeset 908 for trunk/Modules/Notify/Notify.php
- Timestamp:
- May 1, 2021, 10:01:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Notify/Notify.php
r899 r908 158 158 ( 159 159 'Title' => $Line['Title'], 160 'Link' => 'http ://'.$this->System->Config['Web']['Host'].$this->System->Link('/Notify.php'),160 'Link' => 'https://'.$this->System->Config['Web']['Host'].$this->System->Link('/Notify.php'), 161 161 'Description' => $Line['Content'], 162 162 'Time' => $Line['Time'], … … 166 166 $RSS = new RSS(); 167 167 $RSS->Title = $this->System->Config['Web']['Title'].' - Záznamy upozornění'; 168 $RSS->Link = 'http ://'.$this->System->Config['Web']['Host'].'/';168 $RSS->Link = 'https://'.$this->System->Config['Web']['Host'].'/'; 169 169 $RSS->Description = 'Záznam upozornění '.$this->System->Config['Web']['Description']; 170 170 $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
Note:
See TracChangeset
for help on using the changeset viewer.