Commit 9f801be9 authored by Ad Schellevis's avatar Ad Schellevis

(dashboard, widget, openvpn) oops, left some test data in there...

parent 951a2984
......@@ -66,11 +66,6 @@ $clients = openvpn_get_active_clients();
</thead>
<tbody>
<?php
$server['conns'] = array();
$server['conns'][] = array('remote_host' => 'xxx1', 'common_name' => 'cn1');
$server['conns'][] = array('remote_host' => 'xxx2', 'common_name' => 'cn2');
$server['conns'][] = array('remote_host' => 'xxx3', 'common_name' => 'cn3');
foreach ($server['conns'] as $conn) :?>
<tr>
<td><?=$conn['common_name'];?><br/><?=$conn['connect_time'];?></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment