Skip to content

Commit

Permalink
Add comments about customizing certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Jun 22, 2023
1 parent 79b6278 commit 1444dab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/user/cert1.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.

// show certificate for user: signup date, credit, FLOPs
// Projects can customize this:
// https://github.com/BOINC/boinc/wiki/WebConfig#certificate-related-constants

require_once("../inc/util.inc");
require_once("../inc/cert.inc");
Expand Down
2 changes: 2 additions & 0 deletions html/user/cert_all.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.

// show certificate listing join time and credit across all projects
// Projects can customize this:
// https://github.com/BOINC/boinc/wiki/WebConfig#certificate-related-constants

require_once("../inc/util.inc");
require_once("../inc/cert.inc");
Expand Down
2 changes: 2 additions & 0 deletions html/user/cert_team.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

// show a web-based certificate for a team,
// showing the team's creation date and total credit in this project.
// Projects can customize this:
// https://github.com/BOINC/boinc/wiki/WebConfig#certificate-related-constants

require_once("../inc/util.inc");
require_once("../inc/cert.inc");
Expand Down

0 comments on commit 1444dab

Please sign in to comment.