This commit is contained in:
mischa 2023-10-14 19:12:32 +00:00
parent c5a96147be
commit 30a914fbf7
2 changed files with 2 additions and 2 deletions

View File

@ -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');
?>

View File

@ -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 '&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';