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;