Update page routing for wg_conf

This commit is contained in:
billz 2021-02-23 23:22:13 +00:00
parent 369f303926
commit 2c99f9857d
1 changed files with 1 additions and 1 deletions

View File

@ -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) : ?>