diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/diag_showbogons.php | 6 |
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> |