mirror of
https://github.com/friendica/friendica
synced 2025-01-24 19:39:48 +00:00
Fix indent for HEREDOC
This commit is contained in:
parent
68e729e192
commit
eb0e1c393f
1 changed files with 6 additions and 6 deletions
|
@ -235,7 +235,7 @@ class App
|
||||||
DI::config()->reload();
|
DI::config()->reload();
|
||||||
|
|
||||||
if (empty(DI::config()->get('system', 'pidfile'))) {
|
if (empty(DI::config()->get('system', 'pidfile'))) {
|
||||||
die(<<<TXT
|
die(<<< TXT
|
||||||
Please set system.pidfile in config/local.config.php. For example:
|
Please set system.pidfile in config/local.config.php. For example:
|
||||||
|
|
||||||
'system' => [
|
'system' => [
|
||||||
|
|
Loading…
Add table
Reference in a new issue