summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-31 04:19:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-31 04:19:48 +0000
commit15424318986e3c079a15cf67b1ec6bb22e65079c (patch)
treeca9881e8825bff56102c75a8188ed826cb6c929e /usr/local
parent40c3e5b13a50b5b971610c425bfa49859211d43e (diff)
downloadpfsense-15424318986e3c079a15cf67b1ec6bb22e65079c.zip
pfsense-15424318986e3c079a15cf67b1ec6bb22e65079c.tar.gz
Correct variable
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/diag_dump_states.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index b8d5441..4184176 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -63,7 +63,7 @@ if($_GET['filter']) {
<tr>
<td style="font-weight:bold;" width="50" align="right">Filter:&nbsp;</td>
<form action="<?=$PHP_SELF;?>" method="get" id="search">
- <td width="175"><input name="filter" type="text" id="" value="<?=$_GET['filter_params'];?>" size="30" style="font-size:11px;"></td>
+ <td width="175"><input name="filter" type="text" id="" value="<?=$_GET['filter'];?>" size="30" style="font-size:11px;"></td>
</form>
<td><input type="submit" class="formbtn" value="Filter"></td>
</tr>
OpenPOWER on IntegriCloud