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 @@