mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Atom path
Фикс косяка с путями к атомам.
This commit is contained in:
parent
5b79642a1f
commit
5874e3383e
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ $bb_cfg['captcha'] = array(
|
||||||
|
|
||||||
// Atom feed
|
// Atom feed
|
||||||
$bb_cfg['atom'] = array(
|
$bb_cfg['atom'] = array(
|
||||||
'path' => BB_PATH .'/atom/',
|
'path' => BB_PATH .'/atom',
|
||||||
'url' => './atom',
|
'url' => './atom',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue