Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bef committed Oct 20, 2014
1 parent 0f7d4b6 commit 010455c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpconfigcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,10 @@ function is_writable_or_chmodable($fn)
}
break;
case 'asp_tags':
if ($v == "1") {
list($result, $reason) = array(TEST_MAYBE, "ASP-style tags enabled.");
}
break;
if ($v == "1") {
list($result, $reason) = array(TEST_MAYBE, "ASP-style tags enabled.");
}
break;

/* ===== Suhosin ===== */
case 'suhosin.simulation':
Expand Down

0 comments on commit 010455c

Please sign in to comment.