summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-10-29 11:02:47 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-10-29 11:02:47 -0200
commita437287444120f911d62c2fd9f07496cc864d96c (patch)
tree35c4c23a52e8a8d180d76c58d86bb66fca9a8808
parent002d286c9c5776c4bb43284945d0c4c4b171f578 (diff)
downloadpfsense-a437287444120f911d62c2fd9f07496cc864d96c.zip
pfsense-a437287444120f911d62c2fd9f07496cc864d96c.tar.gz
Fix a typo on array index, related to ticket #3963
-rw-r--r--usr/local/www/status_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 4e10fe1..ccb85a9 100644
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -166,7 +166,7 @@ include("head.inc");
<form name="ppplink_form" action="status_interfaces.php" method="post">
<input type="hidden" name="if" value="<?php echo $ifdescr; ?>" />
<input type="hidden" name="status" value="<?php echo $ifinfo['ppplink']; ?>" />
- <?=htmlspecialchars($ifinfo['pppinfo']);?>
+ <?=htmlspecialchars($ifinfo['ppplink']);?>
<?php if ($ifinfo['ppplink'] == "up"): ?>
<input type="submit" name="submit" class="formbtn" value="<?php echo gettext("Disconnect"); ?>" />
<?php else: ?>
OpenPOWER on IntegriCloud