Introduction
Introduction Statistics Contact Development Disclaimer Help
tChanging the config.def.h to fit the new buildpath() behaviour. - surf - custo…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 6aaaeb72675cf3db70a09649f86fd8b703f4d6b6
parent 4ce3808684c5ea5d14eab0c3e24119784d2ae255
Author: Christoph Lohmann <[email protected]>
Date: Wed, 31 Oct 2012 21:16:12 +0100
Changing the config.def.h to fit the new buildpath() behaviour.
Diffstat:
M config.def.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -6,9 +6,9 @@ static char *progress_trust = "#00FF00";
static char *progress_proxy = "#FFFF00";
static char *progress_proxy_trust = "#66FF00";
static char *progress_proxy_untrust = "#FF6600";
-static char *stylefile = ".surf/style.css";
-static char *scriptfile = ".surf/script.js";
-static char *cookiefile = ".surf/cookies.txt";
+static char *stylefile = "~/.surf/style.css";
+static char *scriptfile = "~/.surf/script.js";
+static char *cookiefile = "~/.surf/cookies.txt";
static time_t sessiontime = 3600;
static char *cafile = "/etc/ssl/certs/ca-certificates.crt";
static char *strictssl = FALSE; /* Refuse untrusted SSL connections */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.