From 5874e3383e0e4144f43e2aa7223c7f294ddfb2d0 Mon Sep 17 00:00:00 2001 From: Exile Date: Wed, 13 Aug 2014 22:24:57 +0400 Subject: [PATCH] Atom path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Фикс косяка с путями к атомам. --- upload/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/config.php b/upload/config.php index e631a7ef9..30f62d246 100644 --- a/upload/config.php +++ b/upload/config.php @@ -599,7 +599,7 @@ $bb_cfg['captcha'] = array( // Atom feed $bb_cfg['atom'] = array( - 'path' => BB_PATH .'/atom/', + 'path' => BB_PATH .'/atom', 'url' => './atom', );