Clarify params

This commit is contained in:
Jamie Cameron
2012-12-26 00:00:47 -08:00
parent 318ee56076
commit fe2251d2b0

View File

@@ -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; }