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/conf/php-cgi-starter.master |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/server/conf/php-cgi-starter.master b/server/conf/php-cgi-starter.master
index 94b3664..be30993 100644
--- a/server/conf/php-cgi-starter.master
+++ b/server/conf/php-cgi-starter.master
@@ -1,7 +1,11 @@
 #!/bin/sh
 
+<tmpl_if name='has_custom_php_ini'>
+export PHPRC="<tmpl_var name='php_ini_path'>"
+</tmpl_if>
+
 exec <tmpl_var name='php_cgi_bin'> \
 -d open_basedir=<tmpl_var name='open_basedir'> \
--d upload_tmp_dir=<tmpl_var name='open_basedir'>/tmp \
--d session.save_path=<tmpl_var name='open_basedir'>/tmp
+-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
+-d session.save_path=<tmpl_var name='document_root'>/tmp
 # -d safe_mode=${SAFE_MODE}
\ No newline at end of file

--
Gitblit v1.9.1