Now pgm3 shows other logfiles (like from wired devices) too.

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@95 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas
2007-10-13 16:36:00 +00:00
parent 07e3c4ab0b
commit ecd349b35d
8 changed files with 420 additions and 15 deletions

View File

@@ -40,7 +40,8 @@ include "../config.php";
$textwidth = abs($box[4] - $box[0]);
$textheight = abs($box[5] - $box[1]);
$xcord = ($imgmaxxroom/2)-($textwidth/2)-2;
$ycord = ($imgmaxyroom/2)+($textheight/2);
# $ycord = ($imgmaxyroom/2)+($textheight/2);
$ycord = ($imgmaxyroom/3+$roomfontsizetitel);
ImageTTFText ($im, $roomfontsizetitel, 0, $xcord, $ycord, $txtcolor, $fontttfb, $text);
header("Content-type: image/png");