Skip to content

Commit

Permalink
mqttlive: Fixed Including phpmqtt.php with absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
christianTF committed Dec 29, 2021
1 parent c853506 commit 44c6d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mqtt/mqttlive.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_once "loxberry_system.php";
require_once "loxberry_io.php";
require_once "loxberry_log.php";
require_once "./phpMQTT.php";
require_once "$lbpbindir/mqtt/phpMQTT.php";
require_once LBPBINDIR . "/libs/filechangeTracker.php";

$logfilename = LBPLOGDIR."/mqttlive.log";
Expand Down

0 comments on commit 44c6d4d

Please sign in to comment.