From 5c2842ac5e197281631d087f4df1f1156afc124d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 7 Mar 2016 13:51:26 +0100 Subject: [PATCH] Home: Fix URL --- web/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.cgi b/web/index.cgi index 73d4fd6..e72fcc7 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -41,6 +41,6 @@ print "

Humidity:", links("rh-", "12h", "48h", "month"), "\n"; print "

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 "

\n"; -- 2.39.2