summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-06 15:19:25 +0100
committerlsces <lester@lsces.co.uk>2026-04-06 15:19:25 +0100
commit39508ee5ad8908fa720db48fcf7923f309fdce9d (patch)
tree7bae43782e8c06cba7a916b940a675f5ebb30821
parent5a3a0ac16d1d6b6fe1084c7055e85b8af06a4f45 (diff)
downloadboards-39508ee5ad8908fa720db48fcf7923f309fdce9d.tar.gz
boards-39508ee5ad8908fa720db48fcf7923f309fdce9d.tar.bz2
boards-39508ee5ad8908fa720db48fcf7923f309fdce9d.zip
Tidying links to bitweaver.org to avoid redirect from httpV5-php84
-rwxr-xr-xincludes/classes/BitBoard.php2
-rwxr-xr-xtemplates/admin_boards.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/classes/BitBoard.php b/includes/classes/BitBoard.php
index 6104a00..7062b11 100755
--- a/includes/classes/BitBoard.php
+++ b/includes/classes/BitBoard.php
@@ -51,7 +51,7 @@ class BitBoard extends LibertyMime {
'handler_class' => 'BitBoard',
'handler_package' => 'boards',
'handler_file' => 'BitBoard.php',
- 'maintainer_url' => 'http://www.bitweaver.org'
+ 'maintainer_url' => 'https://www.bitweaver.org'
));
// Permission setup
diff --git a/templates/admin_boards.tpl b/templates/admin_boards.tpl
index e320d8e..2cb1d08 100755
--- a/templates/admin_boards.tpl
+++ b/templates/admin_boards.tpl
@@ -54,7 +54,7 @@
<div class="form-group">
{forminput}
<h2>Board to List Sync</h2>
- <p>Board to List Sync is the opposite of the above. It allows a bitweaver board to send a message to mailing list. You must complete the "List to Board Sync" configuration above for this feature to work. Please see <a href="http://www.bitweaver.org/wiki/BoardsEmailListConfig">configuration requirements</a> prior to utilizing this feature.</p>
+ <p>Board to List Sync is the opposite of the above. It allows a bitweaver board to send a message to mailing list. You must complete the "List to Board Sync" configuration above for this feature to work. Please see <a href="https://www.bitweaver.org/wiki/BoardsEmailListConfig">configuration requirements</a> prior to utilizing this feature.</p>
{/forminput}
</div>