From a52a0528f62b63d4850970e03e3528aeacfaf3e4 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 8 Apr 2007 12:14:18 +0000 Subject: [PATCH] aggiunto il donate --- web/index.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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); ?>
-- 2.17.1