mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update admin_robots.php
This commit is contained in:
parent
07701ee33f
commit
fecdd50478
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue