Фикс ошибки доступа в админку настроек шаблонизатора. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@544 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
glix08 2013-08-09 20:21:47 +00:00
commit 1baf7460d0
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,8 @@
AddDefaultCharset UTF-8
#order allow deny
#deny from all
#allow from 127.0.0.1
#allow from 127.0.0.1
<FilesMatch "xs_config.php">
allow from all
</FilesMatch>

View file

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