tbrehm
2012-10-22 0a8f0e4ece06642808c1b52d7ea9c4af3ea356a1
interface/web/vm/lib/module.conf.php
@@ -14,6 +14,7 @@
              'link'   => 'vm/openvz_vm_list.php',
              'html_id' => 'openvz_vm_list');
if($_SESSION["s"]["user"]["typ"] == 'admin') {
$items[] = array( 'title'    => 'OS Templates',
              'target'    => 'content',
              'link'   => 'vm/openvz_ostemplate_list.php',
@@ -28,7 +29,7 @@
              'target'    => 'content',
              'link'   => 'vm/openvz_ip_list.php',
              'html_id' => 'openvz_ip_list');
}
if(count($items))
{
   $module['nav'][] = array(   'title'   => 'OpenVZ',