Atom path

Фикс косяка с путями к атомам.
This commit is contained in:
Exile 2014-08-13 22:24:57 +04:00
commit 5874e3383e

View file

@ -599,7 +599,7 @@ $bb_cfg['captcha'] = array(
// Atom feed
$bb_cfg['atom'] = array(
'path' => BB_PATH .'/atom/',
'path' => BB_PATH .'/atom',
'url' => './atom',
);