change infoscreen preview url

This commit is contained in:
Harald Bamberger
2021-06-15 11:18:55 +02:00
parent 2d440585f4
commit ed9bfcdf2d
+1 -1
View File
@@ -56,7 +56,7 @@ $datum_obj = new datum();
echo '
<div style="float: left">
<h2><center>',$row->bezeichnung,'</center></h2>
<iframe style="width:500px; height:400px" src="../../cis/infoterminal/infoscreen.php?ipadresse=',$row->ipadresse,'"></iframe>
<iframe style="width:500px; height:400px" src="../../cis/infoterminal/informationsbildschirm.php?ipadresse=',$row->ipadresse,'"></iframe>
</div>';
}
?>