Introduce constants for donation address

This commit is contained in:
2023-02-07 20:36:01 +01:00
parent 3c40e2e664
commit 3ab89baa80
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
<?php
const DONATE_XMR = '8AJ7wCCshe6Vni5VxQqDgR9VyghZx1ZTJP2gmpEBpi8S4ZbX91eBnGkdZbR1HBgS5pNSE2D7hKyYmDFcNRv26dA71wq7wqE';
const DONATE_BTC = '1Ba8AV59YtqbKBe7YMopjY9kd1e5QqKdsv';
global $global_style, $language, $dir;
$global_style = 'body{margin:0;font-size:18px}';
$global_style .= 'header{padding:0 50px;background:#00F;min-height:61px;display:flex;align-items:center}';