moglia
2010-05-13 0110094b2d206e88dceb0cfe2bc4c85f2e826dda
interface/web/admin/lib/module.conf.php
@@ -155,6 +155,15 @@
// 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)) {