mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r544
Фикс ошибки доступа в админку настроек шаблонизатора. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@544 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
0fa08eb2e6
commit
1baf7460d0
2 changed files with 7 additions and 3 deletions
|
@ -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>
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue