mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Change all project related URLs to secure ones
This commit is contained in:
parent
712117dfc4
commit
da03edb665
@ -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": {
|
||||
|
@ -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',
|
||||
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user