From ab99555634cb750fadb07d8cde18781bd618e25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:23:03 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 614c836..a3c291b 100644 --- a/conf/config.php +++ b/conf/config.php @@ -43,7 +43,7 @@ // *** Files and directories *** // ***************************** - putenv('TTRSS_PHP_EXECUTABLE=/usr/bin/php'); + putenv('TTRSS_PHP_EXECUTABLE=/usr/bin/php__PHPVERSION__'); // Path to PHP *COMMAND LINE* executable, used for various command-line tt-rss // programs and update daemon. Do not try to use CGI binary here, it won't work. // If you see HTTP headers being displayed while running tt-rss scripts,