18 lines
508 B
Plaintext
18 lines
508 B
Plaintext
## ===================================================================
|
|
## - Configuration File for Script "create_summary_websites.sh"
|
|
## ===================================================================
|
|
|
|
# - DST_PATH_PHP
|
|
# -
|
|
# - Destination Path for statistics
|
|
# -
|
|
DST_PATH_PHP="/var/www/html/dummy/htdocs/website-stats
|
|
|
|
# - DST_DIR_CSV
|
|
# -
|
|
# - Destination Path for generated csv-files
|
|
# -
|
|
# - Defaults to: ${DST_PATH_PHP}/csv-files-website-stats
|
|
# -
|
|
DST_DIR_CSV="${DST_PATH_PHP}/csv-files-website-stats"
|