X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=7e7197c06266e853327a0abbefbd81f87ae85844;hb=a52a0528f62b63d4850970e03e3528aeacfaf3e4;hp=090f960371a05aa274a0b89ee41c4317fc9d6057;hpb=337c78fa21982d5b19682eb451f8593933274f4c;p=brisk.git diff --git a/web/index.php b/web/index.php index 090f960..7e7197c 100644 --- a/web/index.php +++ b/web/index.php @@ -126,6 +126,10 @@ function main() $altout_propag[$randval]['content']); + $brisk_donate = file_get_contents(FTOK_PATH."/brisk_donate.txt"); + if ($brisk_donate == FALSE) + $brisk_donate = ""; + $brisk_header_form = '
'; /* Templates. */ @@ -177,7 +182,7 @@ supported by:

} @@ -267,7 +272,8 @@ else {




'); + printf($brisk_header_form, '




', + $brisk_donate); ?>