mirror of
https://github.com/BOINC/boinc.git
synced 2025-02-26 20:45:07 +00:00
11 lines
209 B
PHP
11 lines
209 B
PHP
<?php
|
|
|
|
define("DONATION_LINK", "<img src=\"img/donor.png\" alt=\"Project donor\" title=\"Project donor\" />");
|
|
|
|
// show user a summary of their donations
|
|
//
|
|
function show_user_donations_private($user) {
|
|
}
|
|
|
|
?>
|