tbrehm
2011-07-25 ed30c60150ffda0301eb1f8d30c93cac94de41df
interface/web/sites/lib/module.conf.php
@@ -64,7 +64,7 @@
}
/*
   FTP User menu
   Shell User menu
*/
if($app->auth->get_client_limit($userid,'shell_user') != 0)
{
@@ -156,5 +156,17 @@
// clean up
unset($items);
$items[] = array( 'title'    => "Rewrite Rules",
              'target'    => 'content',
              'link'   => 'sites/proxy_reverse_list.php');
$module["nav"][] = array(   'title'   => 'Reverse Proxy',
                     'open'    => 1,
                     'items'   => $items);
// clean up
unset($items);
?>