From 4e54935c2c11cd8ea652a8bad79d65001eb66f75 Mon Sep 17 00:00:00 2001 From: rottenwheel <92872541+rottenwheel@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:40:39 +0000 Subject: [PATCH] index: update GitHub repository link --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 25d63a3..9fa90c4 100644 --- a/index.php +++ b/index.php @@ -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'; -?> \ No newline at end of file +?>