1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 03:10:19 +02:00

Fixed and deleted basic auth for htpasswd

This commit is contained in:
trendschau
2020-07-05 08:32:04 +02:00
parent 51564e5a85
commit 62b3a07d6b
11 changed files with 82 additions and 72 deletions

View File

@@ -78,7 +78,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.3.7.1',
'version' => '1.3.7.2',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],