wyrie
2010-05-27 32b49e7447e47081f5dd906644d0d91fc47517df
interface/web/admin/lib/module.conf.php
@@ -155,6 +155,19 @@
// cleanup
unset($items);
$items[] = array( 'title'    => 'Do OS-Update',
              'target'    => 'content',
              'link'   => 'admin/remote_action_osupdate.php');
$items[] = array( 'title'    => 'Do ISPConfig-Update',
              'target'    => 'content',
              'link'   => 'admin/remote_action_ispcupdate.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)) {