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