Revert "Fix missing ITK admin link for multi PHP"

This reverts commit 2fd65724f7.
This commit is contained in:
William Hirigoyen 2023-11-10 10:49:29 +01:00
parent 964f710897
commit f5fe462248
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -108,9 +108,8 @@
printf('<a href="/webadmin/%s/domain/">Servername</a> - ', $vhost_info['owner']);
if(is_multiphp()) {
printf('<a href="/webadmin/%s/php/">PHP</a> - ', $vhost_info['owner']);
}
printf('<a href="/webadmin/%s/itk/">ITK</a> - ', $vhost_info['owner']);
} else {
printf('<a href="/webadmin/%s/itk/">ITK</a> - ', $vhost_info['owner']);
}
printf('<a href="/webadmin/%s/letsencrypt/">Let\'s Encrypt</a> - ', $vhost_info['owner']);
printf('<a href="/webadmin/delete/%s">Supprimer</a>', $vhost_info['owner']);