summaryrefslogtreecommitdiff
path: root/modules/webcpanel
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2018-11-10 15:15:05 +0100
committerRobby <robby@chatbelgie.be>2018-11-10 15:15:05 +0100
commitb279863acb9ae3ade833ea00bcb17f22001e20db (patch)
treeff8bf1c8e22fea335f85092f689154b66968a7fe /modules/webcpanel
parent9e7dadb9673b7b79c6307f5e859aa12c775e39ee (diff)
Update most URLs to use HTTPS if available, and fix some dead ones too.
Diffstat (limited to 'modules/webcpanel')
-rw-r--r--modules/webcpanel/templates/default/confirm.html4
-rw-r--r--modules/webcpanel/templates/default/footer.html2
-rw-r--r--modules/webcpanel/templates/default/login.html4
-rw-r--r--modules/webcpanel/templates/default/register.html4
4 files changed, 7 insertions, 7 deletions
diff --git a/modules/webcpanel/templates/default/confirm.html b/modules/webcpanel/templates/default/confirm.html
index 10a9b4b5c..970c8802d 100644
--- a/modules/webcpanel/templates/default/confirm.html
+++ b/modules/webcpanel/templates/default/confirm.html
@@ -8,7 +8,7 @@
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
- <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<title>{TITLE}</title>
</head>
@@ -39,7 +39,7 @@
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
- Anope IRC Services - &copy; 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
+ Anope IRC Services - &copy; 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
diff --git a/modules/webcpanel/templates/default/footer.html b/modules/webcpanel/templates/default/footer.html
index 28d23f3ba..7a0e7c374 100644
--- a/modules/webcpanel/templates/default/footer.html
+++ b/modules/webcpanel/templates/default/footer.html
@@ -5,7 +5,7 @@
<div class="row">
<div class="col-lg-12">
<div class="footer text-center">
- Anope IRC Services - &copy; 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
+ Anope IRC Services - &copy; 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
diff --git a/modules/webcpanel/templates/default/login.html b/modules/webcpanel/templates/default/login.html
index 3e3b6e9d6..2a3e730a9 100644
--- a/modules/webcpanel/templates/default/login.html
+++ b/modules/webcpanel/templates/default/login.html
@@ -8,7 +8,7 @@
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
- <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<title>{TITLE}</title>
</head>
@@ -43,7 +43,7 @@
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
- Anope IRC Services - &copy; 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
+ Anope IRC Services - &copy; 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
diff --git a/modules/webcpanel/templates/default/register.html b/modules/webcpanel/templates/default/register.html
index 7a23721ca..54ba5fcc0 100644
--- a/modules/webcpanel/templates/default/register.html
+++ b/modules/webcpanel/templates/default/register.html
@@ -8,7 +8,7 @@
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
- <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<title>{TITLE}</title>
</head>
@@ -53,7 +53,7 @@
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
- Anope IRC Services - &copy; 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
+ Anope IRC Services - &copy; 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>