diff --git a/utils/log.php b/utils/log.php
index c4db149..f4300d1 100644
--- a/utils/log.php
+++ b/utils/log.php
@@ -39,7 +39,7 @@ echo "
Date | Time (local) | Slot | TG | TG Name | Callsign (DMR-Id)
// define location and name of logfile
// best practise is write logfile in the directory where this php script is saved because some php installations have problems to read files outside the webserver directories
-$handle = fopen("/opt/HBmonitor/lastheard.log","r");
+$handle = fopen("/opt/HBmonitor/log/lastheard.log","r");
// import to array
while (($data = fgetcsv ($handle)) !==false)
|
---|