ftimme
2012-02-27 74c2c0f3a47dc5ba992b17d1acb8f5e9155a5f8e
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',