mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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):
|
def GET(self):
|
||||||
"no robots/prevent searchengines from indexing"
|
"no robots/prevent searchengines from indexing"
|
||||||
web.header("Content-Type", "text/plain")
|
web.header("Content-Type", "text/plain")
|
||||||
print "User-agent: *\nDisallow:\n"
|
print "User-agent: *\nDisallow:/\n"
|
||||||
|
|
||||||
#/pages
|
#/pages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue