Add Script create_summary_websites.sh.
This commit is contained in:
17
conf/create_summary_websites.conf.sample
Normal file
17
conf/create_summary_websites.conf.sample
Normal file
@ -0,0 +1,17 @@
|
||||
## ===================================================================
|
||||
## - 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"
|
Reference in New Issue
Block a user