Move php-fpm tempalte to the correct location

This commit is contained in:
Daniel Berteaud 2017-07-13 18:26:59 +02:00
parent 0dfa5b6d3b
commit 40668f71d9

View File

@ -1,5 +1,6 @@
{ {
if ((${'tt-rss'}{status} || 'disabled') eq 'enabled){ if ($PHP_VERSION eq '71'){
if ((${'tt-rss'}{status} || 'disabled') eq 'enabled'){
$OUT .=<<_EOF; $OUT .=<<_EOF;
[php71-tt-rss] [php71-tt-rss]
@ -45,3 +46,4 @@ else{
$OUT .= '; Tiny Tiny RSS is disabled'; $OUT .= '; Tiny Tiny RSS is disabled';
} }
} }
}