Browse Source

Update page routing for wg_conf

pull/1087/head
billz 2 years ago
parent
commit
2c99f9857d
  1. 2
      index.php

2
index.php

@ -169,7 +169,7 @@ $bridgedEnabled = getBridgedState();
<?php endif; ?>
<?php if (RASPI_WIREGUARD_ENABLED) : ?>
<li class="nav-item">
<a class="nav-link" href="index.php?page=wg_conf"><span class="ra-wireguard mr-2"></span><span class="nav-label"><?php echo _("WireGuard"); ?></a>
<a class="nav-link" href="wg_conf"><span class="ra-wireguard mr-2"></span><span class="nav-label"><?php echo _("WireGuard"); ?></a>
</li>
<?php endif; ?>
<?php if (RASPI_TORPROXY_ENABLED) : ?>

Loading…
Cancel
Save