1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-06-21 12:54:39 +02:00

Remove trailing slashes in path settings

This commit is contained in:
Hypolite Petovan 2018-11-15 23:29:52 -05:00
parent fadb733527
commit 88fcd9610c

View file

@ -24,7 +24,7 @@ $settings = [
],
// Renderer settings
'renderer' => [
'template_path' => __DIR__ . '/templates/',
'template_path' => __DIR__ . '/templates',
],
// Monolog settings
'logger' => [
@ -43,7 +43,7 @@ $settings = [
'password' => 'friendica-directory',
],
'simplecache' => [
'directory' => __DIR__ . '/../cache/',
'directory' => __DIR__ . '/../cache',
],
'poller' => [
// Successful poll delay