mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Update w/ getBridgedState() global function
This commit is contained in:
@@ -35,8 +35,7 @@ function DisplayDashboard(): void
|
||||
$ethernetClients = $dashboard->getEthernetClients();
|
||||
$totalClients = $wirelessClients + $ethernetClients;
|
||||
$plugins = $pluginManager->getInstalledPlugins();
|
||||
$arrHostapdConf = parse_ini_file(RASPI_CONFIG.'/hostapd.ini');
|
||||
$bridgedEnable = $arrHostapdConf['BridgedEnable'];
|
||||
$bridgedEnable = getBridgedState();
|
||||
|
||||
// handle page actions
|
||||
if (!empty($_POST)) {
|
||||
|
||||
Reference in New Issue
Block a user