mcramer
2011-04-27 4e6a24b14ef4ef4b1847a23ee1f6340df44738b4
interface/web/sites/lib/module.conf.php
@@ -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);
?>