pgm3: Google-Weather, Batterie-Check, Log-Viewer, fhem.html changed

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@473 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas
2009-11-16 11:49:16 +00:00
parent cccc1f7a7c
commit dc6c02cba0
14 changed files with 477 additions and 127 deletions

View File

@@ -470,7 +470,7 @@ function show_error($file,$draw,$imgmaxx,$imgmaxy)
ImageFill($im, 0, 0, $bg2p);
ImageRectangle($im, 0, 0, $imgmaxx-1, $imgmaxy-1, $white);
imagestring($im, 3, 5, 5, "Error, there is no $file", $black);
imagestring($im, 1, 3, 25, "Please add the following to your fhz1000.cfg", $black);
imagestring($im, 1, 3, 25, "Please add the following to your fhem.cfg", $black);
$logname=$draw."log";
imagestring($im, 1, 3, 35, "define $logname FileLog $file $draw:.*H:.*", $black);
header("Content-type: image/png");