diff --git a/upload/.htaccess b/upload/.htaccess index 53045b0e8..ee241e187 100644 --- a/upload/.htaccess +++ b/upload/.htaccess @@ -1,16 +1,9 @@ ## Set charset server AddDefaultCharset UTF-8 -## Set charset for php mb-functions -php_value mbstring.internal_encoding UTF-8 -php_value magic_quotes_gpc off -## RSS MOD #RewriteEngine On -#RewriteRule ^rss.xml$ rss.php [L] ## Access control deny from all - -# Copyright (c) 2008-2011, Pandora. \ No newline at end of file diff --git a/upload/config.php b/upload/config.php index 66bd551d0..6843fd6b7 100644 --- a/upload/config.php +++ b/upload/config.php @@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1; // Increase number of revision after update $bb_cfg['tp_version'] = '2.1 Stable'; -$bb_cfg['tp_release_state'] = 'R251'; +$bb_cfg['tp_release_state'] = 'R252'; $bb_cfg['tp_release_date'] = '24-08-2011'; $bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger diff --git a/upload/templates/default/bbcode.tpl b/upload/templates/default/bbcode.tpl deleted file mode 100644 index 7a5960c69..000000000 --- a/upload/templates/default/bbcode.tpl +++ /dev/null @@ -1,87 +0,0 @@ - - -
    -
- -
  • - - -
    -

    {USERNAME} {L_WROTE}:

    -
    - - - -
    -

    {L_QUOTE}:

    -
    - - - -
    -
    -
    - - - -
    -
    -

    {L_CODE}:

    - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - -{DESCRIPTION} - -{EMAIL} \ No newline at end of file