change link to https://code.high5.nl/High5/opensmtpdadmin
This commit is contained in:
parent
c5a96147be
commit
30a914fbf7
|
@ -52,5 +52,5 @@ define('HEADER_TEXT', ':: OpenSMTPD Admin ::');
|
|||
// Enable footer text
|
||||
define('SHOW_FOOTER', 'YES');
|
||||
define('FOOTER_TEXT', 'Return to OpenSMTPD!');
|
||||
define('FOOTER_LINK', 'http://git.high5.nl/opensmtpdadmin');
|
||||
define('FOOTER_LINK', 'https://code.high5.nl/High5/opensmtpdadmin');
|
||||
?>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div id="footer">
|
||||
<a href="https://git.high5.nl/opensmtpdadmin/">OpenSMTPD Admin <?php echo VERSION; ?></a>
|
||||
<a href="https://code.high5.nl/High5/opensmtpdadmin">OpenSMTPD Admin <?php echo VERSION; ?></a>
|
||||
<?php
|
||||
if (SHOW_FOOTER == "YES" && FOOTER_LINK) {
|
||||
echo ' | ';
|
||||
|
|
Loading…
Reference in New Issue