]> code.citadel.org Git - citadel.git/blobdiff - webcit/autocompletion.c
* handle webcit version through sysdep.h
[citadel.git] / webcit / autocompletion.c
index 8c516f767000aac459b23116afd1722a8924960b..e9c87ab0d6e2509d1fdd38479831207750527677 100644 (file)
@@ -25,7 +25,7 @@ void recp_autocomplete(char *partial) {
                "Cache-Control: no-store\r\n"
                "Expires: -1\r\n"
                ,
-               SERVER);
+               PACKAGE_STRING);
        begin_burst();
 
        wprintf("<ul>");