From: Martin Schanzenbach Date: Wed, 29 Aug 2012 15:58:18 +0000 (+0000) Subject: -real tmp fix X-Git-Tag: initial-import-from-subversion-38251~12027 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6cd4a38ea5f50bf32e6cb1fc301161774df18c9;p=oweals%2Fgnunet.git -real tmp fix --- diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c index 01ea35a47..5c2e99294 100644 --- a/src/gns/gnunet-gns-fcfsd.c +++ b/src/gns/gnunet-gns-fcfsd.c @@ -42,7 +42,7 @@ /** * Front page. (/) */ -#define MAIN_PAGE "GNUnet FCFS Authority Name Registration Service
What is your desired domain name? (63 characters, no dots allowed.)

What is your public key? (Copy from gnunet-setup.)
List of all registered names " +#define MAIN_PAGE "GNUnet FCFS Authority Name Registration ServiceWhat is your desired domain name? (63 characters, no dots allowed.)

What is your public key? (Copy from gnunet-setup.)
List of all registered names " /** * Second page (/S) @@ -54,7 +54,7 @@ */ #define ZONEINFO_PAGE "%s

FCFS Zoneinfo

%s
namePKEY
" -#define FCFS_ZONEINFO_URL "/fcfs/Zoneinfo" +#define FCFS_ZONEINFO_URL "/Zoneinfo" /** * Mime type for HTML pages.