mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Not every Apache returns the version number in the header.
This commit is contained in:
parent
da4ef89032
commit
ac2faa8b9a
@ -9,7 +9,7 @@ use strict;
|
|||||||
|
|
||||||
while( <STDIN> ) {
|
while( <STDIN> ) {
|
||||||
|
|
||||||
/^Server: Apache\/[0-9.]+/ && do {
|
/^Server: Apache(\/[0-9.]+)?/ && do {
|
||||||
$_ = "";
|
$_ = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user