From 53af23b7a0363ec96fad671f1a05d123c8742310 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 15 Jul 2022 15:53:13 +0200 Subject: [PATCH] Update conf/htconfig.sample.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- conf/htconfig.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/htconfig.sample.php b/conf/htconfig.sample.php index de03dfce..af51076b 100644 --- a/conf/htconfig.sample.php +++ b/conf/htconfig.sample.php @@ -70,7 +70,7 @@ App::$config['system']['admin_email'] = '__EMAIL__'; // Location of PHP command line processor -App::$config['system']['php_path'] = 'php__PHPVERSION__'; +App::$config['system']['php_path'] = '/usr/bin/php__PHPVERSION__'; // Configure how we communicate with directory servers.