diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-14 02:31:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-14 02:31:27 +0000 |
commit | b8ecbeef5e1aad0a5120cac2847226918651f6da (patch) | |
tree | bece1de451e64164f4488104cfb05b268c046db0 /usr/local/www | |
parent | 5f2e2c6ab566f6c50a107528178e39985f396139 (diff) | |
download | pfsense-b8ecbeef5e1aad0a5120cac2847226918651f6da.zip pfsense-b8ecbeef5e1aad0a5120cac2847226918651f6da.tar.gz |
Clean up header
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/interfaces_wlan_scan.php | 3 |
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>"; |