Fix undefined variable in intranet vhost_gen overview

This commit is contained in:
cytopia 2018-12-26 15:31:15 +01:00
parent 42602d2ce3
commit 30ea9ff2b5
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -47,7 +47,7 @@ $vhost = htmlentities($vhost);
<p>Note: If the resulting virtual host config does not reflect the vhost-gen template changes, you will need to restart the Devilbox.</p>
<a href="/vhosts.php"><i class="fa fa-chevron-left" aria-hidden="true"></i> Overview</a><br/>
<br/><h3>virtual host config</h3><br/>
<a title="Virtual host: <?php echo $vHost['name'];?>.conf" target="_blank" href="/vhost.d/<?php echo $vhost;?>.conf">
<a title="Virtual host: <?php echo $vhost;?>.conf" target="_blank" href="/vhost.d/<?php echo $vhost;?>.conf">
<i class="fa fa-external-link" aria-hidden="true"></i> <?php echo $vhost;?>.conf
</a>
<br/><br/><h3>vhost-gen config</h3><br/>