summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-06-02 10:34:29 -0400
committerjim-p <jimp@pfsense.org>2010-06-02 10:34:29 -0400
commitaf1e20319e87699f5933ed13984eadadf251743a (patch)
tree5f4faca8046ac676d3c89a9bc519cb754a83e75d /usr
parent14e96066937fc759846e579e48b7e8ae7c0cec98 (diff)
downloadpfsense-af1e20319e87699f5933ed13984eadadf251743a.zip
pfsense-af1e20319e87699f5933ed13984eadadf251743a.tar.gz
Add status link to Interfaces
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php2
-rwxr-xr-xusr/local/www/interfaces_assign.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 5ec2e36..414a10e 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -828,6 +828,8 @@ function check_wireless_mode() {
}
$pgtitle = array("Interfaces", $pconfig['descr']);
+$statusurl = "status_interfaces.php";
+
$closehead = false;
include("head.inc");
$types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe" => "PPPoE", "pptp" => "PPTP" /* , "carpdev-dhcp" => "CarpDev"*/);
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index 407755f..107aaea 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -41,6 +41,8 @@
##|-PRIV
$pgtitle = array("Interfaces", "Assign network ports");
+$statusurl = "status_interfaces.php";
+
require("guiconfig.inc");
require("functions.inc");
require("filter.inc");
OpenPOWER on IntegriCloud