Skip to content

Commit

Permalink
Update most URLs to use HTTPS if available, and fix some dead ones too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robby- committed Nov 10, 2018
1 parent 9e7dadb commit b279863
Show file tree
Hide file tree
Showing 28 changed files with 62 additions and 61 deletions.
5 changes: 3 additions & 2 deletions .BANNER
@@ -1,5 +1,5 @@
___ ___
/ _ \ http://www.anope.org / _ \ https://www.anope.org/
| /_\ | _ __ _ _ _ _ ___ | /_\ | _ __ _ _ _ _ ___
| _ || '_ \/ _ \/ _ \ / _ \ | _ || '_ \/ _ \/ _ \ / _ \
| | | || | | |_| |_| | __/ | | | || | | |_| |_| | __/
Expand All @@ -15,4 +15,5 @@ Anope is a set of Services for IRC networks that allows users to
manage their nicks and channels in a secure and efficient way, manage their nicks and channels in a secure and efficient way,
and administrators to manage their network with powerful tools. and administrators to manage their network with powerful tools.


For all your Anope needs please visit our portal at www.anope.org For all your Anope needs please visit our portal at
https://www.anope.org/
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -541,14 +541,14 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
"bin\\\\anope.bat\\\" \\\"-debug -nofork" "Anope IRC Services (Debug and Window Logging)" "bin\\\\anope.bat\\\" \\\"-debug -nofork" "Anope IRC Services (Debug and Window Logging)"
"bin\\\\anope.bat\\\" \\\"-nofork" "Anope IRC Services (Window Logging)" "bin\\\\anope.bat\\\" \\\"-nofork" "Anope IRC Services (Window Logging)"
"bin\\\\anope.bat\\\" \\\"-nothird" "Anope IRC Services (No Third Party Modules)" "bin\\\\anope.bat\\\" \\\"-nothird" "Anope IRC Services (No Third Party Modules)"
"http://www.anope.org/" "Anope Web Site" "https://www.anope.org/" "Anope Web Site"
) )
# The following doesn't work, but a bug report has been filed about it # The following doesn't work, but a bug report has been filed about it
#set(CPACK_CREATE_DESKTOP_LINK_${SERVICES_BINARY} TRUE) #set(CPACK_CREATE_DESKTOP_LINK_${SERVICES_BINARY} TRUE)
set(CPACK_NSIS_MUI_ICON "${Anope_SOURCE_DIR}/src\\\\win32\\\\anope-icon.ico") set(CPACK_NSIS_MUI_ICON "${Anope_SOURCE_DIR}/src\\\\win32\\\\anope-icon.ico")
set(CPACK_NSIS_MUI_UNIICON "${Anope_SOURCE_DIR}/src\\\\win32\\\\anope-icon.ico") set(CPACK_NSIS_MUI_UNIICON "${Anope_SOURCE_DIR}/src\\\\win32\\\\anope-icon.ico")
set(CPACK_NSIS_INSTALLED_ICON_NAME "${SERVICES_BINARY}") set(CPACK_NSIS_INSTALLED_ICON_NAME "${SERVICES_BINARY}")
set(CPACK_NSIS_URL_INFO_ABOUT "http://www.anope.org/") set(CPACK_NSIS_URL_INFO_ABOUT "https://www.anope.org/")
set(CPACK_NSIS_COMPRESSOR "/SOLID lzma") set(CPACK_NSIS_COMPRESSOR "/SOLID lzma")
endif(WIN32) endif(WIN32)
set(CPACK_SOURCE_PACKAGE_FILE_NAME "anope-${VERSION_FULL_NOBUILD}-source") set(CPACK_SOURCE_PACKAGE_FILE_NAME "anope-${VERSION_FULL_NOBUILD}-source")
Expand Down
2 changes: 1 addition & 1 deletion Config
Expand Up @@ -173,7 +173,7 @@ done
cmake --version 2>&1 > /dev/null cmake --version 2>&1 > /dev/null
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
clear clear
echo "Anope requires CMake 2.4 or newer, which can be downloaded at http://cmake.org or through your system's package manager." echo "Anope requires CMake 2.4 or newer, which can be downloaded at https://cmake.org/ or through your system's package manager."
echo "If you have installed CMake already, ensure it is in your PATH environment variable." echo "If you have installed CMake already, ensure it is in your PATH environment variable."
exit 0 exit 0
fi fi
Expand Down
2 changes: 1 addition & 1 deletion data/example.conf
Expand Up @@ -1192,7 +1192,7 @@ module
/* /*
* db_redis. * db_redis.
* *
* This module allows using Redis (http://redis.io) as a database backend. * This module allows using Redis (https://redis.io/) as a database backend.
* This module requires that m_redis is loaded and configured properly. * This module requires that m_redis is loaded and configured properly.
* *
* Redis 2.8 supports keyspace notifications which allows Redis to push notifications * Redis 2.8 supports keyspace notifications which allows Redis to push notifications
Expand Down
2 changes: 1 addition & 1 deletion data/modules.example.conf
Expand Up @@ -171,7 +171,7 @@ module { name = "help" }
{ {
name = "dnsbl.dronebl.org" name = "dnsbl.dronebl.org"
time = 4h time = 4h
reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=%N" reason = "You have a host listed in the DroneBL. For more information, visit https://dronebl.org/lookup_branded?ip=%i&network=%N"
} }


/* Exempt localhost from DNSBL checks */ /* Exempt localhost from DNSBL checks */
Expand Down
2 changes: 1 addition & 1 deletion docs/BUGS
@@ -1 +1 @@
For all bug reports / updates please see http://bugs.anope.org For all bug reports / updates please see https://bugs.anope.org/
10 changes: 5 additions & 5 deletions docs/C++CASTING
Expand Up @@ -100,12 +100,12 @@ Links
The following links are web sites I've used to get this information, and might The following links are web sites I've used to get this information, and might
describe some of the above a bit better than I have. :P describe some of the above a bit better than I have. :P


http://www.acm.org/crossroads/xrds3-1/ovp3-1.html https://www.acm.org/crossroads/xrds3-1/ovp3-1.html
http://www.cplusplus.com/doc/tutorial/typecasting.html http://www.cplusplus.com/doc/tutorial/typecasting.html
http://www.codeguru.com/forum/showthread.php?t=312456 http://www.codeguru.com/forum/showthread.php?t=312456
http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/cast.html https://web.archive.org/web/20170810222238/http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/cast.html
http://msdn.microsoft.com/en-us/library/5f6c9f8h(VS.80).aspx https://www.microsoft.com/en-us/download/details.aspx?id=55984
http://en.wikibooks.org/wiki/C%2B%2B_Programming/Type_Casting https://en.wikibooks.org/wiki/C%2B%2B_Programming/Type_Casting
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=134 https://web.archive.org/web/20160510114447/http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=134


-- CyberBotX, Nov 23, 2008 -- CyberBotX, Nov 23, 2008
2 changes: 1 addition & 1 deletion docs/CODING
@@ -1,4 +1,4 @@
Originally pulled from: http://www.inspircd.org/wiki/Coding_Guidelines Originally pulled from: https://wiki.inspircd.org/Coding_Guidelines


--- ---


Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ
Expand Up @@ -7,4 +7,4 @@ for the most up to date information.


An updated version of the FAQ can be found here: An updated version of the FAQ can be found here:


http://wiki.anope.org/index.php/FAQ https://wiki.anope.org/index.php/2.0/FAQ
8 changes: 4 additions & 4 deletions docs/INSTALL
Expand Up @@ -19,7 +19,7 @@ Note: You should also read the README and FAQ files!
The very first thing you need to do is to get the Anope package (if not The very first thing you need to do is to get the Anope package (if not
already done). You can find it at: already done). You can find it at:


http://www.anope.org/ https://www.anope.org/


Anope requires cmake to build. You can check if CMake is already Anope requires cmake to build. You can check if CMake is already
installed on your system using the command: installed on your system using the command:
Expand All @@ -32,7 +32,7 @@ Note: You should also read the README and FAQ files!
CMake unless you install it yourself into your home directory. CMake CMake unless you install it yourself into your home directory. CMake
can be downloaded from: can be downloaded from:


http://www.cmake.org/cmake/resources/software.html https://cmake.org/download/


Next, unpack the package in your home directory, and go into the created Next, unpack the package in your home directory, and go into the created
directory. directory.
Expand All @@ -59,7 +59,7 @@ Note: You should also read the README and FAQ files!
the file carefully. Using the default values is NOT a good idea, and will the file carefully. Using the default values is NOT a good idea, and will
most likely not work! most likely not work!


If you need help, you should visit http://forum.anope.org/ or #anope on If you need help, you should visit https://forum.anope.org/ or #anope on
irc.anope.org. Provide *complete* error output, along with other relevant irc.anope.org. Provide *complete* error output, along with other relevant
information eg. OS, compiler and C++ library versions. information eg. OS, compiler and C++ library versions.
See the README file for more information. See the README file for more information.
Expand Down Expand Up @@ -90,7 +90,7 @@ Note: You should also read the README and FAQ files!


You may also try our interactive link maker, which is located at: You may also try our interactive link maker, which is located at:


http://anope.org/ilm.php https://www.anope.org/ilm.php


4) Starting Anope 4) Starting Anope


Expand Down
8 changes: 4 additions & 4 deletions docs/INSTALL.fr
Expand Up @@ -19,7 +19,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
La première chose que vous devez faire est d'obtenir le package Anope La première chose que vous devez faire est d'obtenir le package Anope
(si ce n'est déjà fait). Vous pouvez le trouver ici : (si ce n'est déjà fait). Vous pouvez le trouver ici :


http://www.anope.org/ https://www.anope.org/


Anope nécessite cmake pour être compilé. Vous pouvez vérifier si CMake Anope nécessite cmake pour être compilé. Vous pouvez vérifier si CMake
est déjà installé sur votre système avec la commande : est déjà installé sur votre système avec la commande :
Expand All @@ -32,7 +32,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
pourrez pas utiliser CMake à moins de l'installer vous-même dans votre pourrez pas utiliser CMake à moins de l'installer vous-même dans votre
répertoire home. CMake peut être téléchargé ici : répertoire home. CMake peut être téléchargé ici :


http://www.cmake.org/cmake/resources/software.html https://cmake.org/download/


Ensuite, décompressez le package dans votre répertoire home, et allez Ensuite, décompressez le package dans votre répertoire home, et allez
dans le répértoire qui vient d'être créé. dans le répértoire qui vient d'être créé.
Expand Down Expand Up @@ -64,7 +64,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
recommandée, et Anope ne fonctionnera probablement pas ! recommandée, et Anope ne fonctionnera probablement pas !


Si vous avez besoin d'aide, vous pouvez aller sur le site Si vous avez besoin d'aide, vous pouvez aller sur le site
http://forum.anope.org/ ou le canal #anope sur irc.anope.org. https://forum.anope.org/ ou le canal #anope sur irc.anope.org.
Fournissez *l'essemble* des erreurs qui apparaîssent, en plus de Fournissez *l'essemble* des erreurs qui apparaîssent, en plus de
toutes informations utiles, comme les versions de votre OS, du toutes informations utiles, comme les versions de votre OS, du
compilateur utilisé et de la librairie C++. Lisez le fichier README compilateur utilisé et de la librairie C++. Lisez le fichier README
Expand Down Expand Up @@ -99,7 +99,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
Vous pouvez également essayer notre créateur de bloc link interactif Vous pouvez également essayer notre créateur de bloc link interactif
situé ici : situé ici :


http://anope.org/ilm.php https://www.anope.org/ilm.php


4) Mettre en route Anope 4) Mettre en route Anope


Expand Down
4 changes: 2 additions & 2 deletions docs/LANGUAGE
Expand Up @@ -22,13 +22,13 @@ Anope Mutli Language Support


2) Adding a new language 2) Adding a new language


Anope uses gettext (http://www.gnu.org/software/gettext/) to translate messages for users. To add a new language Anope uses gettext (https://www.gnu.org/software/gettext/) to translate messages for users. To add a new language
install gettext and run `msginit -l language -o anope.language.po -i anope.pot`. For example if I was translating to install gettext and run `msginit -l language -o anope.language.po -i anope.pot`. For example if I was translating to
Spanish I could run `msginit -l es_ES -o anope.es_ES.po -i anope.pot`. Open the newly generating .po file and start Spanish I could run `msginit -l es_ES -o anope.es_ES.po -i anope.pot`. Open the newly generating .po file and start
translating. Once you are done simply rerun ./Config; make && make install and add the language to your services.conf. translating. Once you are done simply rerun ./Config; make && make install and add the language to your services.conf.
Note that on Windows it is not quite this simple, windows.cpp must be edited and Anope recompiled and restarted. Note that on Windows it is not quite this simple, windows.cpp must be edited and Anope recompiled and restarted.


Poedit (http://www.poedit.net/) is a popular po file editor, and we recommend using it or another editor designed to edit Poedit (https://poedit.net/) is a popular po file editor, and we recommend using it or another editor designed to edit
po files (especially on Windows). po files (especially on Windows).


If you have finished a language file translation and you want others to use it, please send it to team@anope.org If you have finished a language file translation and you want others to use it, please send it to team@anope.org
Expand Down
6 changes: 3 additions & 3 deletions docs/MODULES
Expand Up @@ -87,7 +87,7 @@ Anope Modules


5) More Modules 5) More Modules


You can download more useful modules from http://modules.anope.org/. Just You can download more useful modules from https://modules.anope.org/. Just
grab the module file (usually with a .cpp extension). Place the module grab the module file (usually with a .cpp extension). Place the module
file in your modules (anope-1.9.x/modules/third) folder; although any of file in your modules (anope-1.9.x/modules/third) folder; although any of
the other folders within the modules directory will work. the other folders within the modules directory will work.
Expand Down Expand Up @@ -118,11 +118,11 @@ Anope Modules
There are a number of useful documents on the Anope Wiki. The Anope Wiki There are a number of useful documents on the Anope Wiki. The Anope Wiki
can be reached at: can be reached at:


* http://wiki.anope.org/ * https://wiki.anope.org/


8) Modules Repository 8) Modules Repository


You can find modules at http://modules.anope.org You can find modules at https://modules.anope.org/


These modules are 3rd party and as such are not supported by the Anope Team. These modules are 3rd party and as such are not supported by the Anope Team.
Contact the Module Author directly with problems, not the Anope Team. Contact the Module Author directly with problems, not the Anope Team.
6 changes: 3 additions & 3 deletions docs/README
Expand Up @@ -8,7 +8,7 @@ Based on Services 1996-1999 Andrew Church <achurch@achurch.org>.
This program is free but copyrighted software; see the file COPYING for This program is free but copyrighted software; see the file COPYING for
details. details.


Information about Anope may be found at http://www.anope.org/ Information about Anope may be found at https://www.anope.org/


Table of Contents Table of Contents
----------------- -----------------
Expand Down Expand Up @@ -240,7 +240,7 @@ Table of Contents
6) Contact 6) Contact


For announcements and discussions about Anope, please visit our For announcements and discussions about Anope, please visit our
Portal and Forums at http://www.anope.org/ -- make sure you register Portal and Forums at https://www.anope.org/ -- make sure you register
yourself to get full benefits. yourself to get full benefits.


If you read the documentation carefully, and didn't find the answer to If you read the documentation carefully, and didn't find the answer to
Expand All @@ -252,7 +252,7 @@ Table of Contents
The more precise you are the sooner you'll be likely to get an answer. The more precise you are the sooner you'll be likely to get an answer.


If you think you found a bug, add it to the bug tracking system If you think you found a bug, add it to the bug tracking system
(http://bugs.anope.org) and - again - be as precise as possible. Also say (https://bugs.anope.org/) and - again - be as precise as possible. Also say
whether the bug happens always or under what circumstances, and anything whether the bug happens always or under what circumstances, and anything
that could be useful to track your bug down. If you wrote a patch, send that could be useful to track your bug down. If you wrote a patch, send
it over. :) it over. :)
6 changes: 3 additions & 3 deletions docs/REDIS
@@ -1,8 +1,8 @@
Starting in Anope 1.9.9, Anope has Redis database support (http://redis.io/). Starting in Anope 1.9.9, Anope has Redis database support (https://redis.io/).
This document explains the data structure used by Anope, and explains how This document explains the data structure used by Anope, and explains how
keyspace notification works. keyspace notification works.


This is not a tutorial on how to use Redis, see http://redis.io/documentation This is not a tutorial on how to use Redis, see https://redis.io/documentation
for that. for that.


Table of Contents Table of Contents
Expand Down Expand Up @@ -70,7 +70,7 @@ Table of Contents
2) Keyspace notifications 2) Keyspace notifications


Redis 2.7 (unstable) and 2.8 (stable) and newer support keyspace notifications Redis 2.7 (unstable) and 2.8 (stable) and newer support keyspace notifications
(http://redis.io/topics/notifications). This allows Redis to notify Anope of (https://redis.io/topics/notifications). This allows Redis to notify Anope of
any external changes to objects in the database. Once notified, Anope will any external changes to objects in the database. Once notified, Anope will
immediately update the object. Otherwise, Anope keeps all objects in memory immediately update the object. Otherwise, Anope keeps all objects in memory
and will not regularly read from the databaes once started. and will not regularly read from the databaes once started.
Expand Down
4 changes: 2 additions & 2 deletions docs/WIN32.txt
Expand Up @@ -18,10 +18,10 @@ Anope for Windows
1) Download the required files: 1) Download the required files:


* Current Anope source: * Current Anope source:
http://sourceforge.net/project/showfiles.php?group_id=94081 https://github.com/anope/anope/releases


* CMake: * CMake:
http://www.cmake.org/cmake/resources/software.html https://cmake.org/download/


(NOTE: When installing, tell CMake to add itself to the PATH.) (NOTE: When installing, tell CMake to add itself to the PATH.)


Expand Down
4 changes: 2 additions & 2 deletions extras
@@ -1,15 +1,15 @@
#!/usr/bin/env perl #!/usr/bin/env perl


# #
# Script taken from InspIRCd, www.inspircd.org # Script taken from InspIRCd, https://www.inspircd.org/
# #
# This program is distributed in the hope that it will be useful, but WITHOUT # This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details. # details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# #




Expand Down
6 changes: 3 additions & 3 deletions modules/encryption/enc_bcrypt.cpp
Expand Up @@ -7,13 +7,13 @@
* details. * details.
* *
* Most of the code in this file is taken from * Most of the code in this file is taken from
* http://openwall.com/crypt/crypt_blowfish-1.2.tar.gz * https://www.openwall.com/crypt/crypt_blowfish-1.2.tar.gz
*/ */


/* /*
* The crypt_blowfish homepage is: * The crypt_blowfish homepage is:
* *
* http://www.openwall.com/crypt/ * https://www.openwall.com/crypt/
* *
* This code comes from John the Ripper password cracker, with reentrant * This code comes from John the Ripper password cracker, with reentrant
* and crypt(3) interfaces added, but optimizations specific to password * and crypt(3) interfaces added, but optimizations specific to password
Expand Down Expand Up @@ -48,7 +48,7 @@
* *
* There's a paper on the algorithm that explains its design decisions: * There's a paper on the algorithm that explains its design decisions:
* *
* http://www.usenix.org/events/usenix99/provos.html * https://www.usenix.org/legacy/events/usenix99/provos.html
* *
* Some of the tricks in BF_ROUND might be inspired by Eric Young's * Some of the tricks in BF_ROUND might be inspired by Eric Young's
* Blowfish library (I can't be sure if I would think of something if I * Blowfish library (I can't be sure if I would think of something if I
Expand Down
4 changes: 2 additions & 2 deletions modules/encryption/enc_sha256.cpp
Expand Up @@ -8,8 +8,8 @@
* (C) 2003-2018 Anope Team * (C) 2003-2018 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Taken from InspIRCd ( www.inspircd.org ) * Taken from InspIRCd (https://www.inspircd.org/),
* see http://wiki.inspircd.org/Credits * see https://wiki.inspircd.org/Credits
* *
* This program is free but copyrighted software; see * This program is free but copyrighted software; see
* the file COPYING for details. * the file COPYING for details.
Expand Down
4 changes: 2 additions & 2 deletions modules/webcpanel/templates/default/confirm.html
Expand Up @@ -8,7 +8,7 @@
<head> <head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"> <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" /> <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> <title>{TITLE}</title>
</head> </head>
Expand Down Expand Up @@ -39,7 +39,7 @@ <h1 class="form-signin-heading">Register</h1>
<div class="row"> <div class="row">
<div class="col-lg-offset-3 col-lg-6"> <div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center"> <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> </div>
</div> </div>
Expand Down
2 changes: 1 addition & 1 deletion modules/webcpanel/templates/default/footer.html
Expand Up @@ -5,7 +5,7 @@
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<div class="footer text-center"> <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> </div>
</div> </div>
Expand Down
4 changes: 2 additions & 2 deletions modules/webcpanel/templates/default/login.html
Expand Up @@ -8,7 +8,7 @@
<head> <head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"> <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" /> <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> <title>{TITLE}</title>
</head> </head>
Expand Down Expand Up @@ -43,7 +43,7 @@ <h1 class="form-signin-heading">Login <small>to continue</small></h1>
<div class="row"> <div class="row">
<div class="col-lg-offset-3 col-lg-6"> <div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center"> <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> </div>
</div> </div>
Expand Down
4 changes: 2 additions & 2 deletions modules/webcpanel/templates/default/register.html
Expand Up @@ -8,7 +8,7 @@
<head> <head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"> <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" /> <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> <title>{TITLE}</title>
</head> </head>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h4>Optional</h4>
<div class="row"> <div class="row">
<div class="col-lg-offset-3 col-lg-6"> <div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center"> <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> </div>
</div> </div>
Expand Down

0 comments on commit b279863

Please sign in to comment.