mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-16 14:57:35 +00:00
index: update GitHub repository link
This commit is contained in:
parent
a45ca6b2b6
commit
4e54935c2c
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ if (file_exists('config.php')) {
|
|||
$display_servers_guru = isset($config['servers_guru']) && $config['servers_guru'] === true;
|
||||
$attribution = isset($config['attribution']) ? $config['attribution'] : '';
|
||||
$preferred_currencies = isset($config['preferred_currencies']) ? $config['preferred_currencies'] : [];
|
||||
$github_url = isset($config['github_url']) ? $config['github_url'] : 'https://git.private.coffee/kumi/moner.ooo/';
|
||||
$github_url = isset($config['github_url']) ? $config['github_url'] : 'https://github.com/rottenwheel/moner.ooo/';
|
||||
|
||||
// Extract the keys
|
||||
$currencies = array_map('strtoupper', array_keys($api_cg));
|
||||
|
@ -106,4 +106,4 @@ foreach (array_reverse($preferred_currencies) as $currency) {
|
|||
|
||||
// Output the HTML
|
||||
require 'templates/index.php';
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue