Added link to seba-geek.de to dirlisting bottom

This commit is contained in:
Sebastian Lohff 2012-06-26 02:16:20 +02:00
parent 8a32b02eed
commit c5cb5f45a7
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ class DirListingHandler(FileBaseHandler):
<tbody>
""" % {'path': posixpath.normpath(urllib.unquote(self.path))}
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>
</html>""" % {'version': __version__}
content = []