changing sessiontime to 3600

This commit is contained in:
Enno Boland (tox) 2010-05-15 15:47:47 +02:00
parent 91d04b15f0
commit 3dbf628964
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ static char *stylefile = ".surf/style.css";
static char *scriptfile = ".surf/script.js";
static char *cookiefile = ".surf/cookies.txt";
static char *dldir = ".surf/dl/";
static time_t sessiontime = 0;
static time_t sessiontime = 3600;
#define NOBACKGROUND 0
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \