summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-11-17 21:46:06 -0500
committerjim-p <jim@pingle.org>2009-11-17 21:46:06 -0500
commit7c33eb6405bf375b26497f9622ad817bb981eb13 (patch)
treebe15a37fb3b3921ea4ccf6dcc037769cae12a1f7 /usr
parentcde575e02ddc2d5b87544a585f5b2e7bcfad9bc9 (diff)
downloadpfsense-7c33eb6405bf375b26497f9622ad817bb981eb13.zip
pfsense-7c33eb6405bf375b26497f9622ad817bb981eb13.tar.gz
Remove obsolete file, its functionality is now in status_wireless.php
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_wlan_scan.php69
1 files changed, 0 insertions, 69 deletions
diff --git a/usr/local/www/interfaces_wlan_scan.php b/usr/local/www/interfaces_wlan_scan.php
deleted file mode 100755
index 4024df1..0000000
--- a/usr/local/www/interfaces_wlan_scan.php
+++ /dev/null
@@ -1,69 +0,0 @@
-<?php
-/* $Id$ */
-/*
- interfaces_wlan_scan.php
- Copyright (C) 2004 Scott Ullrich
- All rights reserved.
-
- originally part of m0n0wall (http://m0n0.ch/wall)
- Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-*/
-/*
- pfSense_BUILDER_BINARIES: /sbin/ifconfig
- pfSense_MODULE: interfaces
-*/
-
-##|+PRIV
-##|*IDENT=page-interfaces-scanwireless
-##|*NAME=Interfaces: Scan Wireless page
-##|*DESCR=Allow access to the 'Interfaces: Scan Wireless' page.
-##|*MATCH=interfaces_wlan_scan.php*
-##|-PRIV
-
-require("guiconfig.inc");
-
-$pgtitle = array("Interfaces","Scan Wireless");
-include("head.inc");
-
-?>
-
-<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php
-
-include("fbegin.inc");
-
-$interface = escapeshellarg($_GET['interface']);
-
-echo gettext("Scanning nodes... One moment please...");
-$scan_nodes = `/sbin/ifconfig {$interface} scan`;
-
-echo "<P>Available nodes:<PRE>";
-echo $scan_nodes;
-echo "</PRE>";
-
-<?php include("fend.inc"); ?>
-
-</body>
-</html>
OpenPOWER on IntegriCloud