Remove determination of the default config

This commit is contained in:
zbchristian 2021-06-12 16:19:31 +02:00 committed by GitHub
parent a963c0564f
commit 4bfbfc40f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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";