1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-10 08:04:43 +02:00

Fixed proxy detection and checked for empty ip settings

This commit is contained in:
trendschau
2020-10-13 23:01:43 +02:00
parent 0a9ce336de
commit c368c01433
7 changed files with 44 additions and 44 deletions

View File

@@ -82,7 +82,7 @@ class Settings
'editor' => 'visual',
'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'],
'contentFolder' => 'content',
'version' => '1.3.8',
'version' => '1.4.0',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],