Parent Directory
|
Revision Log
Put code to show people in the .inc file (show_by_country) and use it.
| 1 | tbm | 1.1 | <? |
| 2 | include("gpgconfig.inc"); | ||
| 3 | include("common.inc"); | ||
| 4 | include("gpgcommon.inc"); | ||
| 5 | ?> | ||
| 6 | #use wml::gpgpage title="GPG Signing Coordination Page" | ||
| 7 | <? | ||
| 8 | |||
| 9 | if (! ($db = open_db())) { | ||
| 10 | echo "<P>Cannot open SQL database</P>"; | ||
| 11 | return FALSE; | ||
| 12 | } | ||
| 13 | |||
| 14 | ?> | ||
| 15 | |||
| 16 | <H1>People offering GPG Signing</H1> | ||
| 17 | <? | ||
| 18 | tbm | 1.3 | show_by_country(TRUE); |
| 19 | tbm | 1.1 | ?> |
| 20 | |||
| 21 | <P> | ||
| 22 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |