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/Log/Log.php

    r899 r908  
    7171      (
    7272        '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'),
    7474        'Description' => $Line['Module'].' '.$Line['Operation'].': '.$Line['Value'].' ('.$Line['UserName'].
    7575          ', '.$Line['IPAddress'].', '.HumanDate($Line['Time']).')',
     
    8080    $RSS = new RSS();
    8181    $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'].'/';
    8383    $RSS->Description = 'Aktuality '.$this->System->Config['Web']['Description'];
    8484    $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
Note: See TracChangeset for help on using the changeset viewer.