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 |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/server/server.sh b/server/server.sh
old mode 100644
new mode 100755
index ddd0b38..86adc00
--- a/server/server.sh
+++ b/server/server.sh
@@ -1,5 +1,8 @@
-#!/bin/bash
+#!/bin/sh
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
 
-/usr/bin/php -q /usr/local/ispconfig/server/server.php
\ No newline at end of file
+. /etc/profile
+
+cd /usr/local/ispconfig/server
+/usr/bin/php -q /usr/local/ispconfig/server/server.php

--
Gitblit v1.9.1