diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-11 02:08:45 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-11 02:08:45 +0000 |
commit | 92cc7528fd2ec7456d023716472b40ab737e5b46 (patch) | |
tree | a8b04a834233e0687fab703f3ce0927fbda2b66a /usr/local/www/index.php | |
parent | 2185fbbb6635f7716818bedc8103e5c611ed0e38 (diff) | |
download | pfsense-92cc7528fd2ec7456d023716472b40ab737e5b46.zip pfsense-92cc7528fd2ec7456d023716472b40ab737e5b46.tar.gz |
Add state dump screen where a user can quickly see a pftop style list of states
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-x | usr/local/www/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 8931049..9b2c5c6 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -216,6 +216,7 @@ include("head.inc"); <?php echo "<input style='border: 0px solid white;' size='30' name='pfstate' id='pfstate' value='" .htmlspecialchars(get_pfstate()) . "'>"; ?> + <a href="diag_dump_states.php">Show states</a> </td> </tr> <tr> |