From b772162f0b618ef1d130ff88ff188ce53710a774 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Wed, 22 Jun 2011 12:23:26 -0400
Subject: [PATCH] disable this while I work to clean up the validators, some forms have regex for existing validators. I should add some notes to the Coding Guidelines about this.
---
interface/web/sites/lib/module.conf.php | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/interface/web/sites/lib/module.conf.php b/interface/web/sites/lib/module.conf.php
index 46502ce..8802b27 100644
--- a/interface/web/sites/lib/module.conf.php
+++ b/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);
+
?>
\ No newline at end of file
--
Gitblit v1.9.1