summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan_scan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-14 02:31:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-14 02:31:27 +0000
commitb8ecbeef5e1aad0a5120cac2847226918651f6da (patch)
treebece1de451e64164f4488104cfb05b268c046db0 /usr/local/www/interfaces_wlan_scan.php
parent5f2e2c6ab566f6c50a107528178e39985f396139 (diff)
downloadpfsense-b8ecbeef5e1aad0a5120cac2847226918651f6da.zip
pfsense-b8ecbeef5e1aad0a5120cac2847226918651f6da.tar.gz
Clean up header
Diffstat (limited to 'usr/local/www/interfaces_wlan_scan.php')
-rwxr-xr-xusr/local/www/interfaces_wlan_scan.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_wlan_scan.php b/usr/local/www/interfaces_wlan_scan.php
index 18e056f..a123d9d 100755
--- a/usr/local/www/interfaces_wlan_scan.php
+++ b/usr/local/www/interfaces_wlan_scan.php
@@ -44,8 +44,9 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
+echo "Scanning nodes... One moment please...";
$scan_nodes = `/sbin/ifconfig {$_GET['interface']} scan`;
-echo "<PRE>";
+echo "<P>Available nodes:<PRE>";
echo $scan_nodes;
echo "</PRE>";
OpenPOWER on IntegriCloud