Update admin_robots.php

This commit is contained in:
Roman Kelesidis 2025-05-29 16:14:57 +03:00
commit fecdd50478

View file

@ -33,7 +33,7 @@ if (isset($_POST['save'])) {
}
$current_content = '';
if (file_exists($robots_file)) {
if (is_file($robots_file)) {
$current_content = file_get_contents($robots_file);
}