diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb54c9..5265f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ # 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/). @@ -22,7 +21,6 @@ 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 9861b6c..98b02c8 100755 --- a/tpl/webadmin.tpl.php +++ b/tpl/webadmin.tpl.php @@ -108,9 +108,8 @@ printf('Servername - ', $vhost_info['owner']); if(is_multiphp()) { printf('PHP - ', $vhost_info['owner']); - } - - printf('ITK - ', $vhost_info['owner']); + } else { + printf('ITK - ', $vhost_info['owner']); } printf('Let\'s Encrypt - ', $vhost_info['owner']); printf('Supprimer', $vhost_info['owner']);