commit 54df4608668bb5d71ba9e89ba46995bbf5ac6602
parent 1005ea0ac934879485bbdae359325a02fd6ff6fa
Author: Enno Boland (tox) <tox@s01.de>
Date: Thu, 3 Jun 2010 22:50:04 +0200
reverting sessiontime
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -5,7 +5,7 @@ static char *progress_trust = "#00FF00";
static char *stylefile = ".surf/style.css";
static char *scriptfile = ".surf/script.js";
static char *cookiefile = ".surf/cookies.txt";
-static time_t sessiontime = 0;
+static time_t sessiontime = 3600;
#define NOBACKGROUND 0
#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \