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/Common/Form/Types/GPS.php

    r887 r908  
    1313      $Longitude = $this->Explode($DbRow['Longitude']);
    1414      $Latitude = $this->Explode($DbRow['Latitude']);
    15       $Output = '<a href="http://www.mapy.cz/?st=search&fr=loc:'.$DbRow['Latitude'].' '.$DbRow['Longitude'].'">'.$Latitude[0].'°'.$Latitude[1]."'".$Latitude[2].'" '.$Longitude[0].'°'.$Longitude[1]."'".$Longitude[2].'"</a>';
     15      $Output = '<a href="https://www.mapy.cz/?st=search&fr=loc:'.$DbRow['Latitude'].' '.$DbRow['Longitude'].'">'.$Latitude[0].'°'.$Latitude[1]."'".$Latitude[2].'" '.$Longitude[0].'°'.$Longitude[1]."'".$Longitude[2].'"</a>';
    1616    }
    1717    return $Output;
Note: See TracChangeset for help on using the changeset viewer.