From 1baf7460d0512d1b1b1c951c4dde79e7cf17b86e Mon Sep 17 00:00:00 2001 From: glix08 Date: Fri, 9 Aug 2013 20:21:47 +0000 Subject: [PATCH] r544 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Фикс ошибки доступа в админку настроек шаблонизатора. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@544 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/admin/.htaccess | 6 +++++- upload/config.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/upload/admin/.htaccess b/upload/admin/.htaccess index 91645d25f..c2c2cc412 100644 --- a/upload/admin/.htaccess +++ b/upload/admin/.htaccess @@ -1,4 +1,8 @@ AddDefaultCharset UTF-8 #order allow deny #deny from all -#allow from 127.0.0.1 \ No newline at end of file +#allow from 127.0.0.1 + + +allow from all + \ No newline at end of file diff --git a/upload/config.php b/upload/config.php index 0166e4a64..903a8ddad 100644 --- a/upload/config.php +++ b/upload/config.php @@ -55,8 +55,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do // Increase number of revision after update $bb_cfg['tp_version'] = '2.5 (unstable)'; -$bb_cfg['tp_release_date'] = '09-08-2013'; -$bb_cfg['tp_release_state'] = 'R543'; +$bb_cfg['tp_release_date'] = '10-08-2013'; +$bb_cfg['tp_release_state'] = 'R544'; // Database $charset = 'utf8';