Subversion Repositories ALCASAR

Rev

Rev 1393 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1393 Rev 1534
Line 34... Line 34...
34
 
34
 
35
#
35
#
36
# NfSen html pages directory:
36
# NfSen html pages directory:
37
# All php scripts will be installed here.
37
# All php scripts will be installed here.
38
# URL: Entry point for nfsen: http://<webserver>/nfsen/nfsen.php
38
# URL: Entry point for nfsen: http://<webserver>/nfsen/nfsen.php
39
$HTMLDIR    = "/var/www/nfsen";
39
$HTMLDIR    = "/var/www/html/acc/manager/nfsen";
40
 
40
 
41
#
41
#
42
# Where to install the docs
42
# Where to install the docs
43
$DOCDIR="${HTMLDIR}/doc";
43
$DOCDIR="${HTMLDIR}/doc";
44
 
44