From 7eaa4f3b8dab9dd95f9fb13e61b244dbd34ebf87 Mon Sep 17 00:00:00 2001 From: Exile Date: Thu, 25 Sep 2014 16:21:55 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/library/config.php | 4 ++-- upload/styles/templates/admin/admin_attachments.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/upload/library/config.php b/upload/library/config.php index 1308413fd..651a5555f 100644 --- a/upload/library/config.php +++ b/upload/library/config.php @@ -623,9 +623,9 @@ $bb_cfg['nofollow'] = array( ); // Local config -if (file_exists('config.local.php')) +if (file_exists(BB_ROOT. '/library/config.local.php')) { - include_once('config.local.php'); + include_once(BB_ROOT. '/library/config.local.php'); } define('BB_CFG_LOADED', true); \ No newline at end of file diff --git a/upload/styles/templates/admin/admin_attachments.tpl b/upload/styles/templates/admin/admin_attachments.tpl index 7fd29f5b5..950b8ab95 100644 --- a/upload/styles/templates/admin/admin_attachments.tpl +++ b/upload/styles/templates/admin/admin_attachments.tpl @@ -73,7 +73,7 @@ {L_ATTACH_TOPIC_ICON}
{L_ATTACH_TOPIC_ICON_EXPLAIN} - + {L_ATTACH_DISPLAY_ORDER}
{L_ATTACH_DISPLAY_ORDER_EXPLAIN}