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
1 changed files with 2 additions and 2 deletions

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