21 lines
621 B
HTML
21 lines
621 B
HTML
|
<include href="header.html" />
|
||
|
|
||
|
<check if="isset(@confirm)">
|
||
|
<true>
|
||
|
<form action="{{@REALM}}" method="POST">
|
||
|
<fieldset>
|
||
|
<legend>Really Delete Website {{ @PARAMS.vhost }}</legend>
|
||
|
<br>
|
||
|
<input type="submit" value="Delete {{ @PARAMS.vhost }}">
|
||
|
<br>
|
||
|
<small><b>CAUTION:</b> This will permanently remove the {{ @PARAMS.vhost }} website and any related databases and username from this server. There is no undo after this!</small>
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
</true>
|
||
|
<false>
|
||
|
Go to <a href="{{@BASE}}/Websites">Websites</a></br>
|
||
|
</false>
|
||
|
</check>
|
||
|
|
||
|
<include href="footer.html" />
|