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

    r901 r908  
    276276        if ($Contract['File'] > 0) $Output .= 'Smlouva: <a href="'.$this->System->Link('/file?h='.$Contract['FileHash']).'">'.$Contract['BillCodeText'].'</a><br/>';
    277277          else $Output .= 'Smlouva: '.$Contract['BillCodeText'].'<br/>';
    278         $Output .= 'Všeobecné smluvní podmínky: <a href="http://www.zdechov.net/docs/V%C5%A1eobecn%C3%A9%20smluvn%C3%AD%20podm%C3%ADnky.pdf">PDF</a><br/>';
     278        $Output .= 'Všeobecné smluvní podmínky: <a href="https://www.zdechov.net/docs/V%C5%A1eobecn%C3%A9%20smluvn%C3%AD%20podm%C3%ADnky.pdf">PDF</a><br/>';
    279279      }
    280280    }
Note: See TracChangeset for help on using the changeset viewer.