diff --git a/CHANGELOG.md b/CHANGELOG.md index 5265f29..7eb54c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). @@ -21,6 +22,7 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Fixed * Fix sendmail_path hostname (missing domain / FQDN) +* Fix missing ITK admin link for multi PHP ### Removed diff --git a/tpl/webadmin.tpl.php b/tpl/webadmin.tpl.php index 98b02c8..9861b6c 100755 --- a/tpl/webadmin.tpl.php +++ b/tpl/webadmin.tpl.php @@ -108,8 +108,9 @@ printf('Servername - ', $vhost_info['owner']); if(is_multiphp()) { printf('PHP - ', $vhost_info['owner']); - } else { - printf('ITK - ', $vhost_info['owner']); + } + + printf('ITK - ', $vhost_info['owner']); } printf('Let\'s Encrypt - ', $vhost_info['owner']); printf('Supprimer', $vhost_info['owner']);