# HG changeset patch # User Michiel Broek # Date 1546863797 -3600 # Node ID eee0f52170e83dfa4d3f36a4f0d216a22cbb387f # Parent 6f2f8a940291846f2800316000f9f1ea3d6b9006 Switched export server to https diff -r 6f2f8a940291 -r eee0f52170e8 www-thermferm/archives.php --- a/www-thermferm/archives.php Fri Aug 24 15:43:32 2018 +0200 +++ b/www-thermferm/archives.php Mon Jan 07 13:23:17 2019 +0100 @@ -109,7 +109,7 @@ $outstr .= ' $(document).ready(function () {'.PHP_EOL; $outstr .= ' function getExportServer() {'.PHP_EOL; - $outstr .= ' return "http://www.jqwidgets.com/export_server/export.php";'.PHP_EOL; + $outstr .= ' return "https://www.jqwidgets.com/export_server/export.php";'.PHP_EOL; $outstr .= ' }'.PHP_EOL; $outstr .= ' var sourceA ='.PHP_EOL;