mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix syntax error on openvpn.widget.php
This commit is contained in:
parent
68ce71f290
commit
516e609ccb
@ -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>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user