From 66f754c4c730bbea46faac2c61bb5195246d7233 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 4 Mar 2014 01:43:39 -0800 Subject: !@#$% pay~!@#$pal --- mod/siteinfo.php | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'mod') diff --git a/mod/siteinfo.php b/mod/siteinfo.php index 7fdb892d2..bdf9b1af6 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -90,24 +90,6 @@ function siteinfo_content(&$a) { $admininfo = bbcode(get_config('system','admininfo')); - $project_donate = t('Project Donations'); - $donate_text = t('

The Red Matrix is provided for you by volunteers working in their spare time. Your support will help us to build a better, freer, and privacy respecting web. Select the following option for a one-time donation of your choosing

'); - $alternatively = t('

or

'); - $recurring = t('Recurring Donation Options'); - - $donate = <<< EOT -

{$project_donate}

-$donate_text -

-$alternatively -

- - -
$recurring
-

-

-EOT; - if(file_exists('doc/site_donate.html')) $donate .= file_get_contents('doc/site_donate.html'); -- cgit v1.2.3