mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
webui : robots.txt fix
This commit is contained in:
parent
596e8bbf21
commit
de77db0eae
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class robots:
|
|||
def GET(self):
|
||||
"no robots/prevent searchengines from indexing"
|
||||
web.header("Content-Type", "text/plain")
|
||||
print "User-agent: *\nDisallow:\n"
|
||||
print "User-agent: *\nDisallow:/\n"
|
||||
|
||||
#/pages
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue