From 932ed3e52b2766c7ccc06a9c04b2d36055494e9b Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 8 Oct 2003 17:22:41 +0000 Subject: [PATCH 1/1] Make 'path_priv' configurable. --- public_html/cgi-bin/postget.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/cgi-bin/postget.php b/public_html/cgi-bin/postget.php index cb76852..8ebabc7 100644 --- a/public_html/cgi-bin/postget.php +++ b/public_html/cgi-bin/postget.php @@ -1,4 +1,5 @@ " ); else - $HTTP_GET_VARS[$key]=chop(join(" ",file("/home/short/priv/".$matched[1],false/*use_include_path*/))); + $HTTP_GET_VARS[$key]=chop(join(" ",file($path_priv.$matched[1],false/*use_include_path*/))); } } -- 1.8.3.1