authPage(); ?> redirect('/vhosts.php'); } if (!strlen($_GET['name'])) { loadClass('Helper')->redirect('/vhosts.php'); } $vhost = $_GET['name']; $found = false; $vhosts = loadClass('Httpd')->getVirtualHosts(); foreach ($vhosts as $v) { if ($vhost == $v['name']) { $found = true; break; } } // Be safe before using outputs $vhost = htmlentities($vhost); ?>
getHead(true); ?> getNavbar(); ?>The Virtual Host "" does not exist.
getVhostgenTemplatePath($vhost); ?>No custom vhost-gen configuration found for "".
Note: If the resulting virtual host config does not reflect the vhost-gen template changes, you will need to restart the Devilbox.
Overview