- Add support of 'parked' domain/site.

- Fix error in handling additional custom logfile."
This commit is contained in:
2018-02-06 17:42:52 +01:00
parent 3f96a75f55
commit 5fcf7c5506
2 changed files with 189 additions and 93 deletions

View File

@@ -968,8 +968,8 @@ cat <<EOF > ${DST_PATH_PHP}/index.php
<ul>
EOF
if [[ $number_websites_53 -gt 0 ]]; then
cat <<EOF > ${DST_PATH_PHP}/index.php
<li><a href="websites_php_53.php">websites PHP v5.3/a>: $number_websites_53<</li>
cat <<EOF >> ${DST_PATH_PHP}/index.php
<li><a href="websites_php_53.php">websites PHP v5.3</a>: $number_websites_53</li>
EOF
fi
if [[ $number_websites_54 -gt 0 ]]; then