webui : robots.txt fix
This commit is contained in:
parent
596e8bbf21
commit
de77db0eae
@ -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…
x
Reference in New Issue
Block a user