Change all project related URLs to secure ones

This commit is contained in:
Fedor A. Fetisov 2018-02-02 19:45:01 +03:00
parent 712117dfc4
commit da03edb665
4 changed files with 6 additions and 6 deletions

View File

@ -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": {

View File

@ -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',

View File

@ -26,4 +26,4 @@
<div id="message-form-region"></div>
{{! Footer links}}
<div id="footer">{{l10n "Powered by:"}} <a id="poweredby-link" href="http://mibew.org" title="Mibew Messenger project" target="_blank">mibew.org</a></div>
<div id="footer">{{l10n "Powered by:"}} <a id="poweredby-link" href="https://mibew.org" title="Mibew Messenger project" target="_blank">mibew.org</a></div>

View File

@ -78,7 +78,7 @@
</div>
<div id="footer">
<p id="legal"><a href="http://mibew.org/" target="_blank" class="footer-link">Mibew Messenger</a> {{mibewVersion}} | (c) 2011-2018 mibew.org</p>
<p id="legal"><a href="https://mibew.org/" target="_blank" class="footer-link">Mibew Messenger</a> {{mibewVersion}} | (c) 2011-2018 mibew.org</p>
</div>
</body>
</html>