From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 May 2012 07:30:44 -0400
Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons).

---
 server/server.sh |   22 ++--------------------
 1 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/server/server.sh b/server/server.sh
index 2a6b2c4..86adc00 100755
--- a/server/server.sh
+++ b/server/server.sh
@@ -4,23 +4,5 @@
 
 . /etc/profile
 
-if [ -f /tmp/ispconfig3_install/install/autoupdate ]; then
-	#
-	# there is a auto-update waiting for update, so let's do it
-	#
-	cd /tmp/ispconfig3_install/install
-	/usr/bin/php -q autoupdate.php	
-	cd /
-
-	#
-	# do some clean-up
-	#
-	rm /tmp/ispconfig3_install -R
-
-else
-	# 
-	# there is no update waiting, so lets start the ISPConfig-System
-	#
-	cd /usr/local/ispconfig/server
-	/usr/bin/php -q /usr/local/ispconfig/server/server.php
-fi
\ No newline at end of file
+cd /usr/local/ispconfig/server
+/usr/bin/php -q /usr/local/ispconfig/server/server.php

--
Gitblit v1.9.1