Merge pull request #56076 from telotortium/patch-1
tt-rss: Fix syntax error in config.php DB_PASS field
This commit is contained in:
commit
c8b33d15d1
@ -40,7 +40,7 @@ let
|
|||||||
else if (cfg.database.passwordFile != null) then
|
else if (cfg.database.passwordFile != null) then
|
||||||
"file_get_contents('${cfg.database.passwordFile}')"
|
"file_get_contents('${cfg.database.passwordFile}')"
|
||||||
else
|
else
|
||||||
""
|
"''"
|
||||||
});
|
});
|
||||||
define('DB_PORT', '${toString dbPort}');
|
define('DB_PORT', '${toString dbPort}');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user