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'); diff --git a/version.inc b/version.inc index b61d1e350..8750b1afe 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-03.605 +2014-03-04.606