summaryrefslogtreecommitdiff
path: root/plugins
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 /plugins
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 'plugins')
-rwxr-xr-xplugins/data.object.php2
-rwxr-xr-xplugins/filter.htmlpurifier.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/data.object.php b/plugins/data.object.php
index 3650f53..642314a 100755
--- a/plugins/data.object.php
+++ b/plugins/data.object.php
@@ -145,7 +145,7 @@ function data_object_help() {
.'</table>'
. KernelTools::tra("Example: ") . "{OBJECT type=flash src=../liberty/icons/Mind-Reader.swf}<br />"
- . KernelTools::tra("Example: ") . "{OBJECT type=flash src=http://www.bitweaver.org/liberty/icons/Mind-Reader.swf width='100%' height='600' quality='high'}<br />"
+ . KernelTools::tra("Example: ") . "{OBJECT type=flash src=https://www.bitweaver.org/liberty/icons/Mind-Reader.swf width='100%' height='600' quality='high'}<br />"
. KernelTools::tra('Both of these examples display "The Flash Mind Reader" by Andy Naughton. The first example is on your site and is not very large. The second example is located on the bitweaver.org site and takes the width of the center column with an appropriate height.');
return $help;
}
diff --git a/plugins/filter.htmlpurifier.php b/plugins/filter.htmlpurifier.php
index 73febeb..bfbfaa6 100755
--- a/plugins/filter.htmlpurifier.php
+++ b/plugins/filter.htmlpurifier.php
@@ -62,7 +62,7 @@ function htmlpure_filter( &$pString, &$pFilterHash, $pObject ) {
$config = htmlpure_getDefaultConfig( $htmlp_version, $pObject );
- // As suggested here: http://www.bitweaver.org/forums/index.php?t=8554
+ // As suggested here: https://www.bitweaver.org/forums/index.php?t=8554
$gHtmlPurifier = new \HTMLPurifier($config);
// how plugins are registered changed in v3.1