diff --git a/src/composer.json b/src/composer.json index 4637b8ba..9dddc000 100644 --- a/src/composer.json +++ b/src/composer.json @@ -3,18 +3,18 @@ "version": "3.1.0", "description": "Mibew Messenger - open-source live support application", "type": "project", - "homepage": "http://mibew.org", + "homepage": "https://mibew.org", "license": "Apache-2.0", "authors": [ { "name": "Mibew Messenger Project", - "homepage": "http://mibew.org/credits" + "homepage": "https://mibew.org/credits" } ], "support": { "email": "support@mibew.org", "issues": "https://github.com/mibew/mibew/issues", - "forum": "http://mibew.org/forums", + "forum": "https://mibew.org/forums", "source": "https://github.com/mibew/mibew" }, "require": { diff --git a/src/mibew/libs/classes/Mibew/Settings.php b/src/mibew/libs/classes/Mibew/Settings.php index b349fe95..bea6e67b 100644 --- a/src/mibew/libs/classes/Mibew/Settings.php +++ b/src/mibew/libs/classes/Mibew/Settings.php @@ -69,7 +69,7 @@ class Settings $this->settings = array( 'dbversion' => 0, 'title' => 'Your Company', - 'hosturl' => 'http://mibew.org', + 'hosturl' => 'https://mibew.org', 'logo' => '', 'usernamepattern' => '{name}', 'chat_style' => 'default', diff --git a/src/mibew/styles/chats/default/templates_src/client_side/chat/layout.handlebars b/src/mibew/styles/chats/default/templates_src/client_side/chat/layout.handlebars index 56f964b5..b275f342 100644 --- a/src/mibew/styles/chats/default/templates_src/client_side/chat/layout.handlebars +++ b/src/mibew/styles/chats/default/templates_src/client_side/chat/layout.handlebars @@ -26,4 +26,4 @@
{{! Footer links}} - \ No newline at end of file + \ No newline at end of file diff --git a/src/mibew/styles/pages/default/templates_src/server_side/_layout.handlebars b/src/mibew/styles/pages/default/templates_src/server_side/_layout.handlebars index 0ab57309..af7ea386 100644 --- a/src/mibew/styles/pages/default/templates_src/server_side/_layout.handlebars +++ b/src/mibew/styles/pages/default/templates_src/server_side/_layout.handlebars @@ -78,7 +78,7 @@ \ No newline at end of file