Update hook.php
This commit is contained in:
2
hook.php
2
hook.php
@@ -47,7 +47,7 @@ function plugin_remotesupport_postinit() {
|
|||||||
$url = "";
|
$url = "";
|
||||||
|
|
||||||
while ($row2 = $req2->next()){
|
while ($row2 = $req2->next()){
|
||||||
$url .= "<li class=\"document\" onclick=\"location.href='vnc://" . $row2['name'] ."'\"><i class=\"fa fa-laptop-medical\"></i>" . $row2['name'] . "</li>";
|
$url .= "<li class=\"document\" onclick=\"location.href='sccm://" . $row2['name'] ."'\"><i class=\"fa fa-laptop-medical\"></i>" . $row2['name'] . "</li>";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($url != ""){
|
if ($url != ""){
|
||||||
|
|||||||
Reference in New Issue
Block a user