summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_showbogons.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-20 00:12:34 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-20 00:12:34 -0400
commitc54c2d23fd3af8d41a19f621d4819e2f905b1a52 (patch)
treec606b348d817d4a49730b04a2f7c84df762f2755 /usr/local/www/diag_showbogons.php
parent5769ba0ae2133eed1c0faaac44037ea0e480e976 (diff)
downloadpfsense-c54c2d23fd3af8d41a19f621d4819e2f905b1a52.zip
pfsense-c54c2d23fd3af8d41a19f621d4819e2f905b1a52.tar.gz
Rename Reload to Download latest bogon data
Diffstat (limited to 'usr/local/www/diag_showbogons.php')
-rw-r--r--usr/local/www/diag_showbogons.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_showbogons.php b/usr/local/www/diag_showbogons.php
index 7574cd3..9b22b95 100644
--- a/usr/local/www/diag_showbogons.php
+++ b/usr/local/www/diag_showbogons.php
@@ -36,7 +36,7 @@
require("guiconfig.inc");
-if($_POST['Reload']) {
+if($_POST['Download']) {
exec("/etc/rc.update_bogons.sh donotsleep");
}
@@ -77,8 +77,8 @@ pre { font-size: 1.15em; }
</td>
</tr>
</table>
-<br/>
-<input type="submit" name="Reload" value="Reload"> bogons table.
+<p/>
+<input type="submit" name="Download" value="Download"> latest bogon data.
</form>
<?php include("fend.inc"); ?>
</body>
OpenPOWER on IntegriCloud