X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=web%2Findex.cgi;h=8edd788c4c1971a1f0a850df8127fb7e0db9590d;hb=refs%2Fheads%2Fmaster;hp=73d4fd619eb23bebd75ecc52cd928ef3305ba2a9;hpb=bec7534c783d4d51adb16b380cc0f968097fdd02;p=arexx.git diff --git a/web/index.cgi b/web/index.cgi index 73d4fd6..8edd788 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -38,9 +38,9 @@ sub links(@) { print "

Temperature:", links("temp-", "quick", "12h", "48h", "month"), "\n"; print "

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

Power:", links("power-", "2h", "2h-detail", "day", "day-detail", "48h", "48h-detail", "week", "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";