summaryrefslogtreecommitdiffstats
path: root/modules/ttrss
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ttrss')
-rw-r--r--modules/ttrss/files/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ttrss/files/config.php b/modules/ttrss/files/config.php
index 5f1eb51..6e88a69 100644
--- a/modules/ttrss/files/config.php
+++ b/modules/ttrss/files/config.php
@@ -12,7 +12,7 @@ define('SELF_URL_PATH', 'https://rss.tozt.net/');
define('SINGLE_USER_MODE', false);
define('SIMPLE_UPDATE_MODE', false);
-define('PHP_EXECUTABLE', '/usr/bin/php');
+define('PHP_EXECUTABLE', '/usr/bin/php7');
define('LOCK_DIRECTORY', 'lock');
define('CACHE_DIR', 'cache');
define('ICONS_DIR', 'feed-icons');