mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-08-10 07:41:11 +02:00
Remove authentication sidebar item (redundant)
This commit is contained in:
parent
51a0ce220c
commit
3e54b1d7bb
@ -39,9 +39,6 @@ class Sidebar {
|
||||
);
|
||||
$this->addItem(_(getProviderValue($_SESSION["providerID"], "name")), 'fas fa-shield-alt', 'provider_conf', 90,
|
||||
fn() => RASPI_VPN_PROVIDER_ENABLED
|
||||
);
|
||||
$this->addItem(_('Authentication'), 'fas fa-user-lock', 'auth_conf', 100,
|
||||
fn() => RASPI_CONFAUTH_ENABLED
|
||||
);
|
||||
$this->addItem(_('Data usage'), 'fas fa-chart-area', 'data_use', 110,
|
||||
fn() => RASPI_VNSTAT_ENABLED
|
||||
|
Loading…
x
Reference in New Issue
Block a user