Update hook.php
Fix error from merge
This commit is contained in:
4
hook.php
4
hook.php
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user