- Add support of 'parked' domain/site.
- Fix error in handling additional custom logfile."
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user