summaryrefslogtreecommitdiff
path: root/config.pm.example
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-01-15 20:16:14 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-01-15 20:16:14 +0000
commitd8a73d1d07088d00bb3c0f2f1c5a23b1c264585d (patch)
tree506086b9f8783db0d26e05efd89d0d073cc5d7c2 /config.pm.example
parentadded config, fixed nobr issiue on lenny (diff)
added webdir config option
Diffstat (limited to 'config.pm.example')
-rw-r--r--config.pm.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.pm.example b/config.pm.example
index b4655df..e8abd09 100644
--- a/config.pm.example
+++ b/config.pm.example
@@ -4,5 +4,5 @@ our %config = (
db => ['dbi:SQLite:/home/nzbget/datenbank.sqlite', '', ''],
page_name => 'anymur binary usenet',
files_dir => '/media/wechsel/otti/done/usenet',
-
+ web_dir => '/done/usenet',
);