summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-06 15:22:31 +0100
committerlsces <lester@lsces.co.uk>2026-04-06 15:22:31 +0100
commit1abcf18a376a1d5debb2350dbf79ea61fb368014 (patch)
tree9c440bdcd3f1e4cd90e97a128256aa991611c23b /includes
parentdf1fdc5fc2f777b8d9b54107fa0ab4555a630698 (diff)
downloadliberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.tar.gz
liberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.tar.bz2
liberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.zip
Tidying links to bitweaver.org to avoid redirect from http
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/classes/LibertyComment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/classes/LibertyComment.php b/includes/classes/LibertyComment.php
index c07f75e..c0d7060 100755
--- a/includes/classes/LibertyComment.php
+++ b/includes/classes/LibertyComment.php
@@ -34,7 +34,7 @@ class LibertyComment extends LibertyMime {
'handler_class' => 'LibertyComment',
'handler_package' => 'liberty',
'handler_file' => 'LibertyComment.php',
- 'maintainer_url' => 'http://www.bitweaver.org',
+ 'maintainer_url' => 'https://www.bitweaver.org',
] );
$this->mCommentId = (int)$pCommentId;
$this->mContentId = (int)$pContentId;