summaryrefslogtreecommitdiffstats
path: root/acf.conf
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-30 14:33:49 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-30 14:33:49 +0000
commit6c9f16f82e911e1b2c05918f9b8ce0d78fb3aa55 (patch)
tree30dc8373ce37fab5ac71d2a7b2902da0c3535e65 /acf.conf
parent38c8fad89c24a031b4c88e94066797a00b7774ab (diff)
downloadacf-core-6c9f16f82e911e1b2c05918f9b8ce0d78fb3aa55.tar.bz2
acf-core-6c9f16f82e911e1b2c05918f9b8ce0d78fb3aa55.tar.xz
Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.
Diffstat (limited to 'acf.conf')
-rw-r--r--acf.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/acf.conf b/acf.conf
index 719e4f0..be952b7 100644
--- a/acf.conf
+++ b/acf.conf
@@ -3,6 +3,7 @@
# Directories where the application resides
appdir=/usr/share/acf/app/
libdir=/usr/share/acf/lib/
+wwwdir=/usr/share/acf/www/
# sessiondir is where the session state files are stored
sessiondir=/tmp/
@@ -11,10 +12,6 @@ sessiondir=/tmp/
skindir=/skins/
skin=alps
-# The login system credentials file
-passfile=/etc/acf/passwd
-
-
# Auditing can be done before and/or after a commit (controller permitting)
# ${TEMPFILE} and ${CONFFILE} are used precommit
# only ${CONFFILE} has any meaning postcommit