From 6a95c89ed619c3c261a09a17f43a31dd8cc4047e Mon Sep 17 00:00:00 2001
From: daniel <daniel@ispconfig3>
Date: Fri, 06 Jun 2008 14:24:13 -0400
Subject: [PATCH] Added initial jailkit chroot feature as a plugin Added chroot options to the shell user form Added jailkit ini settings Added ini settings for fastcgi Fixed bug with web delete not removing parent web user unless that was intentional ? Changed name of shell user plugin so plugin order calls this first Started a change to the update script.

---
 server/plugins-available/shelluser_base_plugin.inc.php |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/server/plugins-available/shelluser_plugin.inc.php b/server/plugins-available/shelluser_base_plugin.inc.php
old mode 100644
new mode 100755
similarity index 97%
rename from server/plugins-available/shelluser_plugin.inc.php
rename to server/plugins-available/shelluser_base_plugin.inc.php
index 9fa34aa..7e6b485
--- a/server/plugins-available/shelluser_plugin.inc.php
+++ b/server/plugins-available/shelluser_base_plugin.inc.php
@@ -28,10 +28,10 @@
 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-class shelluser_plugin {
+class shelluser_base_plugin {
 	
-	var $plugin_name = 'shelluser_plugin';
-	var $class_name = 'shelluser_plugin';
+	var $plugin_name = 'shelluser_base_plugin';
+	var $class_name = 'shelluser_base_plugin';
 	
 		
 	/*
@@ -102,7 +102,6 @@
 		} else {
 			$app->log("UID = $uid for shelluser:".$data['new']['username']." not allowed.",LOGLEVEL_ERROR);
 		}
-		
 	}
 	
 	function delete($event_name,$data) {

--
Gitblit v1.9.1