From: Jonas Häggqvist Date: Tue, 17 Mar 2009 22:35:34 +0000 (+0100) Subject: Explain the privpath variable X-Git-Url: https://repo.or.cz/w/rockboxthemes.git/commitdiff_plain/e091753c5e97de1020cba96d8830bc9d02050eab Explain the privpath variable --- 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));