mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Remove determination of the default config
This commit is contained in:
parent
a963c0564f
commit
4bfbfc40f1
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@
|
|||
<br><small class="text-muted"><?php echo _("Activating a configuraton will restart the <code>openvpn-client</code> service.") ?></small>
|
||||
</p>
|
||||
<div class="openvpn-configs js-openvpn-configs-container">
|
||||
<?php
|
||||
exec("readlink ".RASPI_OPENVPN_CLIENT_CONFIG." | xargs basename", $ret);
|
||||
$conf_default = empty($ret) ? "none" : $ret[0];
|
||||
?>
|
||||
<?php foreach ($clients as $client) :
|
||||
if ($client == $conf_default) {
|
||||
$btn_class = "active";
|
||||
|
|
Loading…
Reference in a new issue