added favicon

This commit is contained in:
age 2006-12-05 17:57:14 +00:00
parent 0266e22e47
commit 7a3aab73c3
2 changed files with 5 additions and 1 deletions

View File

@ -100,7 +100,11 @@ class CryptoBoxWebserver:
"server.log_file" : opts.logfile },
"/cryptobox-misc": {
"staticFilter.on" : True,
"staticFilter.dir": os.path.realpath(opts.datadir)}
"staticFilter.dir": os.path.realpath(opts.datadir)},
"/favicon.ico": {
"staticFilter.on" : True,
"staticFilter.file": os.path.realpath("../www-data/favicon.ico")}
})
def start(self):

BIN
www-data/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB