From e091753c5e97de1020cba96d8830bc9d02050eab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20H=C3=A4ggqvist?= Date: Tue, 17 Mar 2009 23:35:34 +0100 Subject: [PATCH] Explain the privpath variable --- public/preconfig.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/preconfig.inc.php b/public/preconfig.inc.php index c0d111f..d193426 100644 --- a/public/preconfig.inc.php +++ b/public/preconfig.inc.php @@ -21,6 +21,8 @@ ****************************************************************************/ class preconfig { + // The path to the private dir. Might be relative or absolute. Should + // NOT be accessible through the webserver. const privpath = "../private"; } require_once(sprintf("%s/preamble.inc.php", preconfig::privpath)); -- 2.11.4.GIT