diff --git a/apache/apache-lib.pl b/apache/apache-lib.pl index c598766c1..6c9d6600b 100755 --- a/apache/apache-lib.pl +++ b/apache/apache-lib.pl @@ -727,7 +727,8 @@ foreach $d (@{$_[0]}) { } } -# server_root(path, &directives) +# server_root(path) +# Convert a relative path to being under the server root sub server_root { if (!$_[0]) { return undef; }