Skip to content

Commit 1f4d646

Browse files
author
Till Brehm
committed
Show all blocked apache directives lines in error message.
1 parent 614b23b commit 1f4d646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/validate_domain.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function web_apache_directives($field_name, $field_value, $validator) {
123123
foreach($regex as $r) {
124124
if(preg_match(trim($r),$directive)) {
125125
$blocked = true;
126-
$blocked_line = $directive;
126+
$blocked_line .= $directive.'<br />';
127127
};
128128
}
129129
}

0 commit comments

Comments
 (0)