diff --git a/img/qr.jpg b/img/qr.jpg new file mode 100644 index 0000000..a8f6e34 Binary files /dev/null and b/img/qr.jpg differ diff --git a/index.php b/index.php index 9fa90c4..27dc946 100644 --- a/index.php +++ b/index.php @@ -27,6 +27,7 @@ $display_servers_guru = isset($config['servers_guru']) && $config['servers_guru' $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://github.com/rottenwheel/moner.ooo/'; +$footer_html = isset($config['footer_html']) ? $config['footer_html'] : ''; // Extract the keys $currencies = array_map('strtoupper', array_keys($api_cg)); diff --git a/templates/index.php b/templates/index.php index 997cc41..c7c8575 100644 --- a/templates/index.php +++ b/templates/index.php @@ -138,6 +138,7 @@ +