robots.txt upd
This commit is contained in:
parent
2a7b665f3d
commit
ab594fcad2
@ -5,7 +5,7 @@ class ServicesHandler extends request_handler {
|
|||||||
function GET_robots_txt() {
|
function GET_robots_txt() {
|
||||||
$txt = <<<TXT
|
$txt = <<<TXT
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /admin
|
Disallow: /admin/
|
||||||
TXT;
|
TXT;
|
||||||
|
|
||||||
header('Content-Type: text/plain');
|
header('Content-Type: text/plain');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user