From a6cd4a38ea5f50bf32e6cb1fc301161774df18c9 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 29 Aug 2012 15:58:18 +0000 Subject: -real tmp fix --- src/gns/gnunet-gns-fcfsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gns') 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. -- cgit v1.2.3