summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-06 15:23:29 +0100
committerlsces <lester@lsces.co.uk>2026-04-06 15:23:29 +0100
commit5be3819d87efc26863bffe0962a805a267a51700 (patch)
tree92cffd1bbeaca11e15f134d204a45540d83b74e9 /includes
parent9fb1e345d727b62b6b57cb114ee34b0438b069c3 (diff)
downloadwiki-5be3819d87efc26863bffe0962a805a267a51700.tar.gz
wiki-5be3819d87efc26863bffe0962a805a267a51700.tar.bz2
wiki-5be3819d87efc26863bffe0962a805a267a51700.zip
Tidying links to bitweaver.org to avoid redirect from http
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/classes/BitBook.php2
-rwxr-xr-xincludes/classes/BitPage.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/classes/BitBook.php b/includes/classes/BitBook.php
index 191766b..d66eb0b 100755
--- a/includes/classes/BitBook.php
+++ b/includes/classes/BitBook.php
@@ -48,7 +48,7 @@ class BitBook extends BitPage {
'handler_class' => 'BitBook',
'handler_package' => 'wiki',
'handler_file' => 'BitBook.php',
- 'maintainer_url' => 'http://www.bitweaver.org'
+ 'maintainer_url' => 'https://www.bitweaver.org'
) );
$this->mContentTypeGuid = BITBOOK_CONTENT_TYPE_GUID;
diff --git a/includes/classes/BitPage.php b/includes/classes/BitPage.php
index c825b3e..30e4aef 100755
--- a/includes/classes/BitPage.php
+++ b/includes/classes/BitPage.php
@@ -35,7 +35,7 @@ class BitPage extends LibertyMime implements BitCacheable {
'handler_class' => 'BitPage',
'handler_package' => 'wiki',
'handler_file' => 'BitPage.php',
- 'maintainer_url' => 'http://www.bitweaver.org'
+ 'maintainer_url' => 'https://www.bitweaver.org'
] );
$this->mPageId = (int)$pPageId;
$this->mContentId = (int)$pContentId;