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,