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
14bd04807d
commit
f1136c8a23
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!empty($setmodules)) {
|
if (!empty($setmodules)) {
|
||||||
$module['MODS']['Настройка robots.txt'] = basename(__FILE__);
|
$module['MODS']['ROBOTS_TXT_EDITOR'] = basename(__FILE__);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ if (isset($_POST['save'])) {
|
||||||
bb_die('Could not write robots.txt #2');
|
bb_die('Could not write robots.txt #2');
|
||||||
}
|
}
|
||||||
|
|
||||||
bb_die($lang['CONFIG_UPDATED']);
|
bb_die($lang['CONFIG_ROBOTS_TXT_SAVED']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$current_content = '';
|
$current_content = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue