Fix syntax error on openvpn.widget.php

This commit is contained in:
NewEraCracker 2016-08-20 19:18:37 +01:00
parent 68ce71f290
commit 516e609ccb

View File

@ -188,7 +188,7 @@ function printPanel() {
foreach ($clients as $client):
$opstring .= "<tr name=\"r:" . client['port'] . ":" . $client['remote_host'] . "\">";
$opstring .= "<tr name=\"r:" . $client['port'] . ":" . $client['remote_host'] . "\">";
$opstring .= "<td>";
$opstring .= $client['name'];
$opstring .= "</td>";