2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

xBugfix: FHT: lime-protection not more in the field of actuator: Small Changes in fht.php

git-svn-id: https://svn.fhem.de/fhem/trunk@159 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas 2008-04-12 09:25:27 +00:00
parent dd760af26f
commit fee4c0bc81
5 changed files with 11 additions and 5 deletions

View File

@ -42,9 +42,9 @@
#
# global configuration
#
my $dbconn = "mysql:database=fhem;host=db;port=3306";
my $dbuser = "fhemuser";
my $dbpassword = "fhempassword";
my $dbconn = "mysql:database=fhem;host=localhost;port=3306";
my $dbuser = "root";
my $dbpassword = "britta";
#
# nothing to change below this line

View File

@ -176,3 +176,6 @@ It is not necessary to tell fhem that there are other logs.
2008-03-24
-- Bugfix: KS300-Log now possible with Full Log like define kslog FileLog /var/tmp/ks300.log ks300:.
==> Small Changes in ks300.php
2008-04-13
-- Bugfix: FHT: lime-protection not more in the field of actuator: Small Changes in fht.php

View File

@ -75,3 +75,6 @@
- Martin 2008-03-25
-- Bugfix: KS300-Log now possible with Full Log like define kslog FileLog /var/tmp/ks300.log ks300:.*
- Martin 2008-14-13
-- Bugfix: FHT: lime-protection not more in the field of actuator

View File

@ -199,7 +199,7 @@ setlocale (LC_ALL, 'de_DE.utf8');
if ($actuator=="lime-protection") $actuator="0%";
$text="Actuator: $actuator";
ImageTTFText ($im, $fontsize, 0, $imgmaxxfht-230-$XcorrectDate, 33, $txtcolor, $fontttf, $text);

View File

@ -41,7 +41,7 @@ include "include/gnuplot.php";
include "include/functions.php";
$pgm3version='080325';
$pgm3version='080413';
$Action = $_POST['Action'];