From f5fe462248d8debbb11bf00ab4b1d357c67c75ca Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Fri, 10 Nov 2023 10:49:29 +0100 Subject: [PATCH] Revert "Fix missing ITK admin link for multi PHP" This reverts commit 2fd65724f7f316c79b9d376af5ebcb06956963e9. --- CHANGELOG.md | 2 -- tpl/webadmin.tpl.php | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) 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']);