add VHOSTLIMIT pages

This commit is contained in:
Matthew Saunders Brown 2024-04-15 10:54:05 -07:00
parent 59e8e5a6dc
commit 5f856fe5ca
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<include href="header.html" />
<h4>Add New Website</h4>
<p>
This server has reached the limit of {{@VHOSTLIMIT}} websites.<br>
<small>You must remove one or more of the existing sites, or upgrade the server, before you can add another website.</small>
</p>
<include href="footer.html" />

View File

@ -0,0 +1,10 @@
<include href="header.html" />
<h4>Add New Email Domain</h4>
<p>
This server has reached the limit of {{@VHOSTLIMIT}} email domains.<br>
<small>You must remove one or more of the existing domains, or upgrade the server, before you can add another email domain.</small>
</p>
<include href="footer.html" />