diff options
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 |