From 9bc2edd591213b7fd535c36b7957a43246341b7f Mon Sep 17 00:00:00 2001 From: lsces Date: Mon, 6 Apr 2026 15:19:07 +0100 Subject: Tidying links to bitweaver.org to avoid redirect from http --- includes/classes/BitBlog.php | 2 +- includes/classes/BitBlogPost.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/classes/BitBlog.php b/includes/classes/BitBlog.php index df47ad2..f3cc0be 100755 --- a/includes/classes/BitBlog.php +++ b/includes/classes/BitBlog.php @@ -38,7 +38,7 @@ class BitBlog extends LibertyMime { 'handler_class' => 'BitBlog', 'handler_package' => 'blogs', 'handler_file' => 'BitBlog.php', - 'maintainer_url' => 'http://www.bitweaver.org' + 'maintainer_url' => 'https://www.bitweaver.org' ] ); $this->mContentId = $pContentId; $this->mContentTypeGuid = BITBLOG_CONTENT_TYPE_GUID; diff --git a/includes/classes/BitBlogPost.php b/includes/classes/BitBlogPost.php index e0bc4ec..7f19413 100755 --- a/includes/classes/BitBlogPost.php +++ b/includes/classes/BitBlogPost.php @@ -51,7 +51,7 @@ class BitBlogPost extends LibertyMime { 'handler_class' => 'BitBlogPost', 'handler_package' => 'blogs', 'handler_file' => 'BitBlogPost.php', - 'maintainer_url' => 'http://www.bitweaver.org' + 'maintainer_url' => 'https://www.bitweaver.org' ) ); $this->mPostId = (int)$pPostId; $this->mContentId = (int)$pContentId; -- cgit v1.3