From 44c7f6339ca02f97d7621be5959d682a8ebdf908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:35:20 +0200 Subject: [PATCH] Update local-sample.config.php --- conf/local-sample.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/local-sample.config.php b/conf/local-sample.config.php index 056ce40..87c8c3a 100644 --- a/conf/local-sample.config.php +++ b/conf/local-sample.config.php @@ -20,7 +20,7 @@ return [ // **************************************************************** 'config' => [ - 'php_path' => '/usr/bin/php', + 'php_path' => '/usr/bin/php__PHPVERSION__', 'admin_email' => '__EMAIL__', 'sitename' => 'Friendica Social Network', 'register_policy' => \Friendica\Module\Register::OPEN,