]> mj.ucw.cz Git - arexx.git/commitdiff
Home: Fix URL
authorMartin Mares <mj@ucw.cz>
Mon, 7 Mar 2016 12:51:26 +0000 (13:51 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 7 Mar 2016 12:51:26 +0000 (13:51 +0100)
web/index.cgi

index 73d4fd619eb23bebd75ecc52cd928ef3305ba2a9..e72fcc7a69f3b9a79902881e5fb146186326dfb3 100755 (executable)
@@ -41,6 +41,6 @@ print "<p>Humidity:", links("rh-", "12h", "48h", "month"), "\n";
 print "<p>Power:", links("power-", "2h", "2h-detail", "day", "day-detail", "48h", "48h-detail", "week", "month"), "\n";
 
 if ($graph =~ /^power-/) {
-       $graph = "http://micac.burrow.ucw.cz/cgi-bin/$graph";
+       $graph = "http://micac.burrow.ucw.cz/burrow/$graph";
 }
 print "<p><img src='$graph.cgi'>\n";