Redesign of code..

This commit is contained in:
Christoph 2023-12-23 16:32:26 +01:00
parent a573c27a46
commit 98b9cfb4ed

View File

@ -2,16 +2,34 @@
## - Configuration File for Script "create_summary_websites.sh"
## ===================================================================
# - DST_PATH_PHP
# - WEB_DOCROOT
# -
# - Websites DocumentRoot
# -
# - DocumentRoot of the website, which holds the statistioc files.
# -
#WEB_DOCROOT="/var/www/web-01.oopen.de/htdocs"
# - DST_PATH_STATS
# -
# - Destination Path for statistics
# -
DST_PATH_PHP="/var/www/html/dummy/htdocs/website-stats"
# - Defaults to: ${WEB_DOCROOT}/website-stats
#
#DST_PATH_STATS="${WEB_DOCROOT}/website-stats"
# - DST_DIR_CSV
# -
# - Destination Path for generated csv-files
# -
# - Defaults to: ${DST_PATH_PHP}/csv-files-website-stats
# - Defaults to: ${DST_PATH_STATS}/csv-files-website-stats
# -
DST_DIR_CSV="${DST_PATH_PHP}/csv-files-website-stats"
#DST_DIR_CSV="${DST_PATH_STATS}/csv-files-website-stats"
# - WEB_DIR_CSV
# -
# - Destination Path for generated csv-files
# -
# - Defaults to: /website-stats/csv-files-website-stats
# -
#WEB_DIR_CSV="/website-stats/csv-files-website-stats"