Ignore:
Timestamp:
May 1, 2021, 10:01:34 AM (3 years ago)
Author:
chronos
Message:
  • Modified: http links replaced by https.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Notify/Notify.php

    r899 r908  
    158158      (
    159159        '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'),
    161161        'Description' => $Line['Content'],
    162162        'Time' => $Line['Time'],
     
    166166    $RSS = new RSS();
    167167    $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'].'/';
    169169    $RSS->Description = 'Záznam upozornění '.$this->System->Config['Web']['Description'];
    170170    $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
Note: See TracChangeset for help on using the changeset viewer.