mirror of
https://github.com/znc/znc.git
synced 2026-08-05 16:33:46 +02:00
Switch znc.in URLs to https
This commit is contained in:
+3
-3
@@ -126,8 +126,8 @@ CString CZNC::GetTag(bool bIncludeVersion, bool bHTML) {
|
||||
if (!Get().m_bHideVersion) {
|
||||
bIncludeVersion = true;
|
||||
}
|
||||
CString sAddress =
|
||||
bHTML ? "<a href=\"http://znc.in\">http://znc.in</a>" : "http://znc.in";
|
||||
CString sAddress = bHTML ? "<a href=\"https://znc.in\">https://znc.in</a>"
|
||||
: "https://znc.in";
|
||||
|
||||
if (!bIncludeVersion) {
|
||||
return "ZNC - " + sAddress;
|
||||
@@ -624,7 +624,7 @@ CString CZNC::MakeConfigHeader() {
|
||||
"//\n"
|
||||
"// But if you feel risky, you might want to read help on /znc "
|
||||
"saveconfig and /znc rehash.\n"
|
||||
"// Also check http://wiki.znc.in/Configuration\n";
|
||||
"// Also check https://wiki.znc.in/Configuration\n";
|
||||
}
|
||||
|
||||
bool CZNC::WriteNewConfig(const CString& sConfigFile) {
|
||||
|
||||
Reference in New Issue
Block a user