diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-06 15:21:57 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-06 15:21:57 +0100 |
| commit | a804d843c8608bcf2dbaa903db01c8b747978526 (patch) | |
| tree | a8ad615f1c408708900eb12114179c128e47edc3 | |
| parent | 937041cf1178a05ab6627e35d458efe0b397b3e7 (diff) | |
| download | kernel-a804d843c8608bcf2dbaa903db01c8b747978526.tar.gz kernel-a804d843c8608bcf2dbaa903db01c8b747978526.tar.bz2 kernel-a804d843c8608bcf2dbaa903db01c8b747978526.zip | |
Tidying links to bitweaver.org to avoid redirect from http
| -rwxr-xr-x | includes/classes/BitSystem.php | 12 | ||||
| -rwxr-xr-x | modules/mod_powered_by.tpl | 2 | ||||
| -rw-r--r-- | templates/bot_bar.tpl | 2 | ||||
| -rwxr-xr-x | templates/bot_logo_bar.tpl | 2 | ||||
| -rwxr-xr-x | templates/bot_stats_bar.tpl | 2 | ||||
| -rwxr-xr-x | templates/force_installer.tpl | 4 | ||||
| -rwxr-xr-x | templates/html_head_inc.tpl | 2 |
7 files changed, 13 insertions, 13 deletions
diff --git a/includes/classes/BitSystem.php b/includes/classes/BitSystem.php index db04cc7..d5b4b62 100755 --- a/includes/classes/BitSystem.php +++ b/includes/classes/BitSystem.php @@ -1845,7 +1845,7 @@ class BitSystem extends BitSingleton { } else { print "<p>Proceed to the installer <strong>at <a href=\"".BIT_ROOT_URL."install/install.php\">".BIT_ROOT_URL."install/install.php</a></strong> after you have corrected the identified problems."; } - print "<br />Consult the bitweaver <a href='http://www.bitweaver.org/wiki/index.php?page=Technical_Documentation'>Technical Documentation</a> if you need more help.</p></body></html>"; + print "<br />Consult the bitweaver <a href='https://www.bitweaver.org/wiki/index.php?page=Technical_Documentation'>Technical Documentation</a> if you need more help.</p></body></html>"; } exit; @@ -2164,7 +2164,7 @@ class BitSystem extends BitSingleton { foreach( $pReqHash as $req => $version ) { //$this->mPackages[$req]['is_requirement'] = true; - $this->mPackages[$pPackage]['info']['requirements'] .= '<a class="external" href="http://www.bitweaver.org/wiki/'.ucfirst( $req ).'Package">'.ucfirst( $req ).'</a>'; + $this->mPackages[$pPackage]['info']['requirements'] .= '<a class="external" href="https://www.bitweaver.org/wiki/'.ucfirst( $req ).'Package">'.ucfirst( $req ).'</a>'; $max = !empty( $version['max'] ) ? " - ".$version['max'] : ''; if( $version['min'] != '0.0.0' ) { $this->mPackages[$pPackage]['info']['requirements'] .= " (".$version['min'].$max.")"; @@ -2376,10 +2376,10 @@ class BitSystem extends BitSingleton { break; } - $fromattributes['URL'] = "http://www.bitweaver.org/wiki/".ucfirst( $node['package'] )."Package"; + $fromattributes['URL'] = "https://www.bitweaver.org/wiki/".ucfirst( $node['package'] )."Package"; $graph->addNode( $fromNode, $fromattributes ); - $toattributes['URL'] = "http://www.bitweaver.org/wiki/".ucfirst( $node['requires'] )."Package"; + $toattributes['URL'] = "https://www.bitweaver.org/wiki/".ucfirst( $node['requires'] )."Package"; $graph->addNode( $toNode, $toattributes ); $graph->addEdge( @@ -2629,12 +2629,12 @@ class BitSystem extends BitSingleton { $error['number'] = 0; $error['string'] = $data = ''; -// http://www.bitweaver.org/bitversion.txt is no longer available +// https://www.bitweaver.org/bitversion.txt is no longer available // cache the bitversion.txt file locally and update only once a day // if you don't have a connection to bitweaver.org, you can set a cronjob to 'touch' this file once a day to avoid waiting for a timeout. /* if( !is_file( TEMP_PKG_PATH.'bitversion.txt' ) || ( time() - filemtime( TEMP_PKG_PATH.'bitversion.txt' )) > 86400 ) { if( $h = fopen( TEMP_PKG_PATH.'bitversion.txt', 'w' )) { - $data = KernelTools::bit_http_request( 'http://www.bitweaver.org/bitversion.txt' ); + $data = KernelTools::bit_http_request( 'https://www.bitweaver.org/bitversion.txt' ); if( !preg_match( "/not found/i", $data )) { fwrite( $h, $data ); fclose( $h ); diff --git a/modules/mod_powered_by.tpl b/modules/mod_powered_by.tpl index f14d13c..8527c35 100755 --- a/modules/mod_powered_by.tpl +++ b/modules/mod_powered_by.tpl @@ -2,7 +2,7 @@ {strip} {bitmodule title="$moduleTitle" name="powered_by"} <ul class="list-unstyled"> - <li><a href="http://www.bitweaver.org/">{biticon ipackage="liberty" iname="bitweaver" ipath="bitweaver$size/" iexplain="Bitweaver"}</a></li> + <li><a href="https://www.bitweaver.org/">{biticon ipackage="liberty" iname="bitweaver" ipath="bitweaver$size/" iexplain="Bitweaver"}</a></li> <li><a href="http://www.smarty.net/">{biticon ipackage="liberty" iname="smarty" ipath="bitweaver$size/" iexplain="Smarty"}</a></li> <li> {if $gBitDbSystem eq 'adodb'} diff --git a/templates/bot_bar.tpl b/templates/bot_bar.tpl index d0a4b31..67a138b 100644 --- a/templates/bot_bar.tpl +++ b/templates/bot_bar.tpl @@ -2,7 +2,7 @@ {if $gBitSystem->isFeatureActive( 'messages_site_contact' )} <a href="{$smarty.const.MESSAGES_PKG_URL}contact.php">{booticon iname="fa-envelope" iexplain="Contact Us"}</a> {/if} - <a id="poweredby" class="external pull-right" href="http://www.bitweaver.org"><img src="/liberty/icons/bitweaver/bitweaver.gif" alt="Bitweaver" title="Bitweaver" class="icon"></a> {$version_info.local ?? ''} + <a id="poweredby" class="external pull-right" href="https://www.bitweaver.org"><img src="/liberty/icons/bitweaver/bitweaver.gif" alt="Bitweaver" title="Bitweaver" class="icon"></a> {$version_info.local ?? ''} {if $gBitUser->isAdmin()} <strong>{$gBitSystem->getBitVersion()}</strong> {assign var=version_info value=$gBitSystem->checkBitVersion()} {if $version_info.compare lt 0} diff --git a/templates/bot_logo_bar.tpl b/templates/bot_logo_bar.tpl index f5169ae..c245b5e 100755 --- a/templates/bot_logo_bar.tpl +++ b/templates/bot_logo_bar.tpl @@ -1,5 +1,5 @@ <div class="floatleft"> - <a href="http://www.bitweaver.org/">{biticon ipackage="liberty" iname="bitweaver" ipath="bitweaver/" iexplain="Powered by bitweaver" iforce=icon}</a> + <a href="https://www.bitweaver.org/">{biticon ipackage="liberty" iname="bitweaver" ipath="bitweaver/" iexplain="Powered by bitweaver" iforce=icon}</a> <a href="http://php.net/">{biticon ipackage="liberty" iname="php" ipath="bitweaver/" iexplain="Powered by PHP" iforce=icon}</a> <a href="http://smarty.php.net/">{biticon ipackage="liberty" iname="smarty" ipath="bitweaver/" iexplain="Powered by Smarty" iforce=icon}</a> <a href="http://adodb.sourceforge.net/">{biticon ipackage="liberty" iname="adodb" ipath="bitweaver/" iexplain="Powered by Adodb" iforce=icon}</a> diff --git a/templates/bot_stats_bar.tpl b/templates/bot_stats_bar.tpl index d48fa26..fbb2653 100755 --- a/templates/bot_stats_bar.tpl +++ b/templates/bot_stats_bar.tpl @@ -2,7 +2,7 @@ {if $gBitSystem->isFeatureActive( 'messages_site_contact' )} <a href="{$smarty.const.MESSAGES_PKG_URL}contact.php">{booticon iname="icon-envelope" ilocation=menu iexplain="Contact Us"}</a> {/if} - <a id="poweredby" class="external pull-right" href="http://www.bitweaver.org"><img src="/liberty/icons/bitweaver/bitweaver.gif" alt="Bitweaver" title="Bitweaver" class="icon"></a> {$version_info.local} + <a id="poweredby" class="external pull-right" href="https://www.bitweaver.org"><img src="/liberty/icons/bitweaver/bitweaver.gif" alt="Bitweaver" title="Bitweaver" class="icon"></a> {$version_info.local} {if $gBitUser->isAdmin()} <strong>{$gBitSystem->getBitVersion()}</strong> {assign var=version_info value=$gBitSystem->checkBitVersion()} {if $version_info.compare lt 0} diff --git a/templates/force_installer.tpl b/templates/force_installer.tpl index a22c8f7..8879de0 100755 --- a/templates/force_installer.tpl +++ b/templates/force_installer.tpl @@ -20,7 +20,7 @@ <h1>Upgrade Bitweaver</h1> {legend legend=""} <div class="center"> - <a href="http://www.bitweaver.org/"> + <a href="https://www.bitweaver.org/"> <img src="{$smarty.const.INSTALL_PKG_URL}style/images/bitweaver_logo-trans.png" width="121" height="121" alt="bitweaver logo" title="Click here to visit the upgrade instructions" /> </a> </div> @@ -28,7 +28,7 @@ <br /><br /> {tr}Please <strong><a href="{$smarty.const.INSTALL_PKG_URL}install.php?step=4">visit the Installer to finish updating your site</a></strong> and unlock it.{/tr}</p> <ul class="help"> - <li>If you wish to find out more about this upgrade, please visit our <a class="external" href="http://www.bitweaver.org/wiki/upgrade">Upgrade page</a></li> + <li>If you wish to find out more about this upgrade, please visit our <a class="external" href="https://www.bitweaver.org/wiki/upgrade">Upgrade page</a></li> </ul> <hr /> diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index a23c364..29c8b5e 100755 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -1,6 +1,6 @@ {strip} <meta http-equiv="content-type" content="text/html; charset=utf-8" /> -<meta name="generator" content="bitweaver - http://www.bitweaver.org" /> +<meta name="generator" content="bitweaver - https://www.bitweaver.org" /> <meta name="author" content="http://rainbowdigitalmedia.uk" /> {if !empty($metaDescription)} |
