/[webwml]/newmaint/gpg_offer.wml
ViewVC logotype

Contents of /newmaint/gpg_offer.wml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Mon Jul 22 23:03:00 2002 UTC (10 years, 10 months ago) by tbm
Branch: MAIN
Changes since 1.2: +1 -4 lines
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