diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-30 14:33:49 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-30 14:33:49 +0000 |
commit | 6c9f16f82e911e1b2c05918f9b8ce0d78fb3aa55 (patch) | |
tree | 30dc8373ce37fab5ac71d2a7b2902da0c3535e65 /acf.conf | |
parent | 38c8fad89c24a031b4c88e94066797a00b7774ab (diff) | |
download | acf-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.conf | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |