From f8fecd7dd25e549102923946c0cd5665e5460c6d Mon Sep 17 00:00:00 2001 From: visor Date: Mon, 4 Oct 2010 00:00:23 +0900 Subject: [PATCH] fix. --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 3c70607..c14f134 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,8 @@ #ifndef CONFIG_H #define CONFIG_H -#define cDocTop "/usr/web/htdocs/i" +#define cDataTop "/export/web/htvar/i" +//#define cDocTop "/usr/web/htdocs/i" //#define cSDocTop "/usr/web/htdocs/i.ssl" //#define kErrorLog cDataTop "/logs/error_log" #define cDEFAULTTIMELIMIT 300 -- 2.11.0