Revision 377e3872
Added by sbeaver about 10 years ago
usr/local/www/halt.php | ||
---|---|---|
50 | 50 |
require("functions.inc"); |
51 | 51 |
require("captiveportal.inc"); |
52 | 52 |
|
53 |
if ($_POST['Submit'] == " " . gettext("No") . " ") {
|
|
53 |
if (stristr($_POST['Submit'], gettext("No"))) {
|
|
54 | 54 |
header("Location: index.php"); |
55 | 55 |
exit; |
56 | 56 |
} |
Also available in: Unified diff
Eliminate white space in Submit value