Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1eb8253b1 | |||
| 54df460866 | |||
| 1005ea0ac9 |
@@ -5,3 +5,4 @@ d8628fc93353faa411c9fc7eef82d11a84d26ae2 0.1
|
|||||||
bffb0c3c23410ac7f260d167f4b9771497fc1127 0.1.2
|
bffb0c3c23410ac7f260d167f4b9771497fc1127 0.1.2
|
||||||
a5db79d487c85615be2ecf30815c6b4977e88000 0.2
|
a5db79d487c85615be2ecf30815c6b4977e88000 0.2
|
||||||
46d516fd216731adf91740496e6823c1be4f6199 0.3
|
46d516fd216731adf91740496e6823c1be4f6199 0.3
|
||||||
|
ac8e058003ed2c0974529808752e5da7692fd7d8 0.4
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ static char *progress_trust = "#00FF00";
|
|||||||
static char *stylefile = ".surf/style.css";
|
static char *stylefile = ".surf/style.css";
|
||||||
static char *scriptfile = ".surf/script.js";
|
static char *scriptfile = ".surf/script.js";
|
||||||
static char *cookiefile = ".surf/cookies.txt";
|
static char *cookiefile = ".surf/cookies.txt";
|
||||||
static time_t sessiontime = 0;
|
static time_t sessiontime = 3600;
|
||||||
#define NOBACKGROUND 0
|
#define NOBACKGROUND 0
|
||||||
|
|
||||||
#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \
|
#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \
|
||||||
|
|||||||
Reference in New Issue
Block a user