From 14bd04807d796972c86255ae2512179df72e5f10 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 29 May 2025 16:16:39 +0300 Subject: [PATCH] Update admin_robots.php --- admin/admin_robots.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/admin_robots.php b/admin/admin_robots.php index ff9a49a60..eaa2b85a6 100644 --- a/admin/admin_robots.php +++ b/admin/admin_robots.php @@ -14,7 +14,7 @@ if (!empty($setmodules)) { require __DIR__ . '/pagestart.php'; -$robots_file = BB_ROOT . '/robots.txt'; +$robots_file = BB_ROOT . 'robots.txt'; // Обработка сохранения if (isset($_POST['save'])) {