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