removed ugly path

This commit is contained in:
lars 2006-12-05 18:21:34 +00:00
parent 7a3aab73c3
commit 68f6f96bc3
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class CryptoBoxWebserver:
"staticFilter.dir": os.path.realpath(opts.datadir)},
"/favicon.ico": {
"staticFilter.on" : True,
"staticFilter.file": os.path.realpath("../www-data/favicon.ico")}
"staticFilter.file": os.path.realpath(os.path.join(opts.datadir, 'favicon.ico'))}
})