2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

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 6514f45881
commit 859d523be3

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
{