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",
|
"version": "3.1.0",
|
||||||
"description": "Mibew Messenger - open-source live support application",
|
"description": "Mibew Messenger - open-source live support application",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"homepage": "http://mibew.org",
|
"homepage": "https://mibew.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Mibew Messenger Project",
|
"name": "Mibew Messenger Project",
|
||||||
"homepage": "http://mibew.org/credits"
|
"homepage": "https://mibew.org/credits"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"email": "support@mibew.org",
|
"email": "support@mibew.org",
|
||||||
"issues": "https://github.com/mibew/mibew/issues",
|
"issues": "https://github.com/mibew/mibew/issues",
|
||||||
"forum": "http://mibew.org/forums",
|
"forum": "https://mibew.org/forums",
|
||||||
"source": "https://github.com/mibew/mibew"
|
"source": "https://github.com/mibew/mibew"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -69,7 +69,7 @@ class Settings
|
|||||||
$this->settings = array(
|
$this->settings = array(
|
||||||
'dbversion' => 0,
|
'dbversion' => 0,
|
||||||
'title' => 'Your Company',
|
'title' => 'Your Company',
|
||||||
'hosturl' => 'http://mibew.org',
|
'hosturl' => 'https://mibew.org',
|
||||||
'logo' => '',
|
'logo' => '',
|
||||||
'usernamepattern' => '{name}',
|
'usernamepattern' => '{name}',
|
||||||
'chat_style' => 'default',
|
'chat_style' => 'default',
|
||||||
|
@ -26,4 +26,4 @@
|
|||||||
<div id="message-form-region"></div>
|
<div id="message-form-region"></div>
|
||||||
|
|
||||||
{{! Footer links}}
|
{{! 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>
|
||||||
|
|
||||||
<div id="footer">
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user