Adjust templates to work with php71

This commit is contained in:
Daniel Berteaud 2017-07-13 11:37:05 +02:00
parent 293d980188
commit c5dec2f000
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
define('SELF_URL_PATH', '');
define('SELF_URL_PATH', '{ ${'tt-rss'}{'Uri'} || 'https://' . $SystemName . '.' . $DomainName . '/tt-rss' }');
// Full URL of your tt-rss installation. This should be set to the
// location of tt-rss directory, e.g. http://yourserver/tt-rss/
// You need to set this option correctly otherwise several features
@ -13,10 +13,10 @@
// Unless you really know what you're doing, please keep those relative
// to tt-rss main directory.
define('TMP_DIRECTORY', '/tmp');
define('TMP_DIRECTORY', '/var/lib/php/tt-rss/tmp71');
// Directory for temporary files
define('PHP_EXECUTABLE', '/usr/bin/php');
define('PHP_EXECUTABLE', '/usr/bin/php71');
// Path to PHP executable
define('LOCK_DIRECTORY', '/var/lock/tt-rss');