diff --git a/config.dist.php b/config.dist.php index 96a24dc..1580ce2 100644 --- a/config.dist.php +++ b/config.dist.php @@ -1,5 +1,9 @@ true, // Show the "Servers Guru" attribution link in the info text - 'attribution' => '' // Custom attribution HTML to show in the info text + 'attribution' => '', // Custom attribution HTML to show in the info text + 'footer_links' => [ // Custom links to show in the footer + ['text' => 'Clearnet', 'url' => 'https://calc.revuo-xmr.com'], + ['text' => 'Tor', 'url' => 'http://calc.revuo75joezkbeitqmas4ab6spbrkr4vzbhjmeuv75ovrfqfp47mtjid.onion'] + ] ]; \ No newline at end of file diff --git a/index.php b/index.php index 6642134..db8c146 100644 --- a/index.php +++ b/index.php @@ -168,8 +168,19 @@ $attribution = isset($config['attribution']) ? $config['attribution'] : ''; echo $attribution; ?>
+ + ' . $link['text'] . ' | '; + } + } + ?> + - +