diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-06 15:18:42 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-06 15:18:42 +0100 |
| commit | 195287f3bb3d66051c9c37f1031ccccdd0588199 (patch) | |
| tree | 2896bd0427476808c4e446163538ca182edd32a7 /includes | |
| parent | 821f398456201e21fef4d29f6804ca0d1f8b0ea5 (diff) | |
| download | articles-195287f3bb3d66051c9c37f1031ccccdd0588199.tar.gz articles-195287f3bb3d66051c9c37f1031ccccdd0588199.tar.bz2 articles-195287f3bb3d66051c9c37f1031ccccdd0588199.zip | |
Tidying links to bitweaver.org to avoid redirect from http
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/classes/BitArticle.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/classes/BitArticle.php b/includes/classes/BitArticle.php index 6ad6a38..2c3323a 100755 --- a/includes/classes/BitArticle.php +++ b/includes/classes/BitArticle.php @@ -60,7 +60,7 @@ class BitArticle extends LibertyMime 'handler_class' => 'BitArticle', 'handler_package' => 'articles', 'handler_file' => 'BitArticle.php', - 'maintainer_url' => 'http://www.bitweaver.org' + 'maintainer_url' => 'https://www.bitweaver.org' )); $this->mContentId = $pContentId; $this->mArticleId = $pArticleId; |
