added delete link

This commit is contained in:
Nicolas Roman 2019-04-05 15:25:01 +02:00
parent 6f7fe19046
commit bb17afd5fc
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* Edition d'un domaine
* Suppression d'un compte web
*
* Copyright (c) 2009 Evolix - Tous droits reserves
*

View File

@ -110,6 +110,7 @@
} else {
printf('<a href="/webadmin/%s/itk/">ITK</a>', $vhost_info['owner']);
}
printf('<a href="/webadmin/%s/delete/"> - Supprimer</a>', $vhost_info['owner']);
printf('</td>');
}