diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-06 15:21:07 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-06 15:21:07 +0100 |
| commit | 974e642660484997d89a4a4a82e4777121b50fcb (patch) | |
| tree | 88eaf9b06bc927fbf9c61d90f80a5dd7ee242878 /includes | |
| parent | 62468a5703b25eb1f031428484523f958f170ea5 (diff) | |
| download | fisheye-974e642660484997d89a4a4a82e4777121b50fcb.tar.gz fisheye-974e642660484997d89a4a4a82e4777121b50fcb.tar.bz2 fisheye-974e642660484997d89a4a4a82e4777121b50fcb.zip | |
Tidying links to bitweaver.org to avoid redirect from http
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/classes/FisheyeGallery.php | 2 | ||||
| -rwxr-xr-x | includes/classes/FisheyeImage.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/classes/FisheyeGallery.php b/includes/classes/FisheyeGallery.php index 8d79e13..e160cfd 100755 --- a/includes/classes/FisheyeGallery.php +++ b/includes/classes/FisheyeGallery.php @@ -52,7 +52,7 @@ class FisheyeGallery extends FisheyeBase { 'handler_class' => 'FisheyeGallery', 'handler_package' => 'fisheye', 'handler_file' => 'FisheyeGallery.php', - 'maintainer_url' => 'http://www.bitweaver.org' + 'maintainer_url' => 'https://www.bitweaver.org' ] ); // Permission setup diff --git a/includes/classes/FisheyeImage.php b/includes/classes/FisheyeImage.php index a5a8f1a..d4d77ca 100755 --- a/includes/classes/FisheyeImage.php +++ b/includes/classes/FisheyeImage.php @@ -35,7 +35,7 @@ class FisheyeImage extends FisheyeBase { 'handler_class' => 'FisheyeImage', 'handler_package' => 'fisheye', 'handler_file' => 'FisheyeImage.php', - 'maintainer_url' => 'http://www.bitweaver.org' + 'maintainer_url' => 'https://www.bitweaver.org' ] ); // Permission setup |
