From b9c14a9a85b6d3cc12748c3360687a6a25616255 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 15 Oct 2013 19:55:21 +0000 Subject: [PATCH] add optional setting to configure alternative php.ini file --- neighborhoodwatch.conf-sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neighborhoodwatch.conf-sample b/neighborhoodwatch.conf-sample index 23beec6..5acb9fd 100644 --- a/neighborhoodwatch.conf-sample +++ b/neighborhoodwatch.conf-sample @@ -13,6 +13,9 @@ export CHK_HOSTS="host1 host2 host3" export RUN_PATH="${SCRIPT_PATH}/run.d" export TMP_PATH="${SCRIPT_PATH}/tmp" +# Optional PHP.ini +#export PHPRC="/etc/php/cli-php5.3/nosafemode/php.ini" + # Options export VERBOSE="1"