Removed the WebCit tab for 'push email' since the server doesn't do that anymore...
[citadel.git] / webcit / webcit.h
index cd48d5166becb8e945981d3c066d1c2ca89c5caa..16de360f997720ffe413c737e5259d4638e2aa69 100644 (file)
@@ -124,10 +124,10 @@ extern char *ssl_cipher_list;
 
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
-#define PORT_NUM               2000            /* port number to listen on */
+#define PORT_NUM               80              /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         927             /* This version of WebCit */
+#define CLIENT_VERSION 932             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    931             /* Minimum required version of Citadel server */
 #define        LIBCITADEL_MIN          931             /* Minimum required version of libcitadel */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */