Update hook.php

Fix error from merge
This commit is contained in:
Kaya84
2021-11-22 10:24:09 +01:00
committed by GitHub
parent 3091c4c484
commit 491cd1010f

View File

@@ -48,7 +48,9 @@ function plugin_remotesupport_postinit() {
$url = "";
while ($row2 = $req2->next()){
$url .= "<li class=\"document\" onclick=\"location.href='vnc://" . $row2['name'] ."'\"$ }
//$url .= "<li class=\"document\" onclick=\"location.href='vnc://" . $row2['name'] ."'\"$
$url .= "<li class=\"document\" onclick=\"location.href='vnc://" . $row2['name'] ."'\"><i class=\"fa fa-laptop-medical\"></i>" . $row2['name'] . "</li>";
}
if ($url != ""){
echo "<div><ul class=\"timeline_choices\"><h2>Remote support : </h2>";