Actions
Bug #3864
closed/diag_dump_states.php has duplicate <form> element
Start date:
09/15/2014
Due date:
% Done:
100%
Estimated time:
1.00 h
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
All
Description
I believe line 74 of /usr/local/www/diag_dump_states.php should be removed:
- <form action="diag_dump_states.php" method="get" name="iform">
and line 134 modified to add the name attribute
- <form action="<?=$_SERVER['SCRIPT_NAME'];?>" method="get"> + <form action="<?=$_SERVER['SCRIPT_NAME'];?>" method="get" name="iform">
I've tested this briefly on my own installation (2.1.5-RELEASE (amd64) built on Mon Aug 25 07:44:45 EDT 2014). The form, filter and kill functions behave as expected.
Updated by Renato Botelho about 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 729b9f018d28d3823c8d653aab8d18114ce55437.
Updated by Renato Botelho about 10 years ago
Applied in changeset cc265e2e59e0f2ce874d5446e1fa49cdaaae1cfb.
Updated by Chris Buechler about 10 years ago
- Status changed from Feedback to Resolved
- Target version set to 2.2
Actions