Switched export server to https

Mon, 07 Jan 2019 13:23:17 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 07 Jan 2019 13:23:17 +0100
changeset 568
eee0f52170e8
parent 567
6f2f8a940291
child 569
9c69d43bfb06

Switched export server to https

www-thermferm/archives.php file | annotate | diff | comparison | revisions
--- 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;

mercurial