Skip to content
Snippets Groups Projects
Commit 1f4d646d authored by Till Brehm's avatar Till Brehm
Browse files

Show all blocked apache directives lines in error message.

parent 614b23b1
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ class validate_domain {
foreach($regex as $r) {
if(preg_match(trim($r),$directive)) {
$blocked = true;
$blocked_line = $directive;
$blocked_line .= $directive.'<br />';
};
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment