From fe2251d2b034a4bc7e22ac42ef518cb8dc5bf60a Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 26 Dec 2012 00:00:47 -0800 Subject: [PATCH] Clarify params --- apache/apache-lib.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }