Fix ($errormessage)

git-svn-id: https://svn.fhem.de/fhem/trunk@43 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas
2007-04-03 07:08:48 +00:00
parent a6d04c9889
commit f8fd05d950

View File

@@ -202,7 +202,8 @@ if ( $version[0] == 4 )
{
include "config.php";
$order="$fhz1000_pl $port '$order'"; #PHP4, only localhost
exec($order,$errormessage);
exec($order,$res);
$errormessage = $res[0];
}
else
{