We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a865b04 commit bd35df1Copy full SHA for bd35df1
site/config/config.php
@@ -62,8 +62,8 @@
62
'johannschopplich.plausible.sharedLink' => env('PLAUSIBLE_SHARED_LINK'),
63
'distantnative' => [
64
'retour' => [
65
- 'config' => __DIR__ . './../../data/storage/retour/config.yml',
66
- 'database' => __DIR__ . './../../data/storage/retour/log.sqlite'
+ 'config' => dirname(__DIR__, 2) . '/data/storage/retour/config.yml',
+ 'database' => dirname(__DIR__, 2) . '/data/storage/retour/log.sqlite'
67
]
68
],
69
'panel' => [
0 commit comments