forked from seba/servefile
Added link to seba-geek.de to dirlisting bottom
This commit is contained in:
parent
8a32b02eed
commit
c5cb5f45a7
|
@ -385,7 +385,7 @@ class DirListingHandler(FileBaseHandler):
|
||||||
<tbody>
|
<tbody>
|
||||||
""" % {'path': posixpath.normpath(urllib.unquote(self.path))}
|
""" % {'path': posixpath.normpath(urllib.unquote(self.path))}
|
||||||
footer = """</tbody></table></div>
|
footer = """</tbody></table></div>
|
||||||
<div class="footer">servefile %(version)s</div>
|
<div class="footer"><a href="http://seba-geek.de/stuff/servefile/">servefile %(version)s</a></div>
|
||||||
</body>
|
</body>
|
||||||
</html>""" % {'version': __version__}
|
</html>""" % {'version': __version__}
|
||||||
content = []
|
content = []
|
||||||
|
|
Loading…
Reference in New Issue