| | |
| | | $items[] = array( 'title' => 'Interface Config', |
| | | 'target' => 'content', |
| | | 'link' => 'admin/system_config_edit.php?id=1'); |
| | | |
| | | $items[] = array( 'title' => 'Additional PHP Versions', |
| | | 'target' => 'content', |
| | | 'link' => 'admin/server_php_list.php', |
| | | 'html_id'=> 'server_php_list'); |
| | | |
| | | $module['nav'][] = array( 'title' => 'System', |
| | | 'open' => 1, |
| | |
| | | 'link' => 'admin/remote_action_osupdate.php', |
| | | 'html_id'=> 'osupdate'); |
| | | |
| | | // ISPConfig interface update has been removed. Please use ispconfig_update.sh on the shell instead. |
| | | $items[] = array( 'title' => 'Do ISPConfig-Update', |
| | | 'target' => 'content', |
| | | 'link' => 'admin/remote_action_ispcupdate.php', |
| | | 'html_id'=> 'ispcupdate'); |
| | | |
| | | |
| | | $module['nav'][] = array( 'title' => 'Remote Actions', |
| | | 'open' => 1, |
| | | 'items' => $items); |