mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Merge branch 'master' into feature/templates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
define('RASPI_VERSION', '1.5.1');
|
||||
define('RASPI_VERSION', '1.6');
|
||||
define('RASPI_CONFIG', '/etc/raspap');
|
||||
define('RASPI_CONFIG_NETWORKING', RASPI_CONFIG.'/networking');
|
||||
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');
|
||||
|
@@ -16,6 +16,5 @@ function DisplayNetworkingConfig()
|
||||
foreach ($interfaces as $interface) {
|
||||
exec("ip a show $interface", $$interface);
|
||||
}
|
||||
|
||||
echo renderTemplate("networking", compact("status", "interfaces"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user