mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 02:14:28 +02: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
Add a link
Reference in a new issue