| | |
| | | global $conf; |
| | | |
| | | $module['name'] = 'admin'; |
| | | $module['title'] = 'System'; |
| | | $module['title'] = 'top_menu_system'; |
| | | $module['template'] = 'module.tpl.htm'; |
| | | $module['startpage'] = 'admin/server_list.php'; |
| | | $module['tab_width'] = '60'; |
| | |
| | | |
| | | // cleanup |
| | | unset($items); |
| | | |
| | | /* |
| | | $items[] = array( 'title' => 'Add group', |
| | | 'target' => 'content', |
| | | 'link' => 'admin/groups_edit.php'); |
| | |
| | | |
| | | // cleanup |
| | | unset($items); |
| | | */ |
| | | /* |
| | | $items[] = array( 'title' => 'Add server', |
| | | 'target' => 'content', |
| | |
| | | // cleanup |
| | | unset($items); |
| | | |
| | | $items[] = array( 'title' => 'Do OS-Update', |
| | | 'target' => 'content', |
| | | 'link' => 'admin/remote_action_osupdate.php'); |
| | | |
| | | $module['nav'][] = array( 'title' => 'Remote Actions', |
| | | 'open' => 1, |
| | | 'items' => $items); |
| | | |
| | | |
| | | // Getting the admin options from other modules |
| | | $modules = explode(',', $_SESSION['s']['user']['modules']); |
| | | if(is_array($modules)) { |