Fix missing ITK admin link for multi PHP
This commit is contained in:
parent
7d8704cd25
commit
2fd65724f7
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -108,8 +108,9 @@
|
|||
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']);
|
||||
} else {
|
||||
printf('<a href="/webadmin/%s/itk/">ITK</a> - ', $vhost_info['owner']);
|
||||
}
|
||||
|
||||
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']);
|
||||
|
|
Loading…
Add table
Reference in a new issue