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 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/server/conf/php-cgi-starter.master b/server/conf/php-cgi-starter.master index 3c00f9d..be30993 100644 --- a/server/conf/php-cgi-starter.master +++ b/server/conf/php-cgi-starter.master @@ -1,5 +1,9 @@ #!/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='document_root'>/tmp \ -- Gitblit v1.9.1