robots.txt upd

This commit is contained in:
E. S. 2024-03-15 19:11:50 +00:00
parent 2a7b665f3d
commit ab594fcad2

View File

@ -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');