diff --git a/bt/includes/.htaccess b/bt/includes/.htaccess index baa56e5a3..b66e80882 100644 --- a/bt/includes/.htaccess +++ b/bt/includes/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied diff --git a/install/.htaccess b/install/.htaccess index baa56e5a3..b66e80882 100644 --- a/install/.htaccess +++ b/install/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied diff --git a/internal_data/cache/.htaccess b/internal_data/cache/.htaccess index baa56e5a3..b66e80882 100644 --- a/internal_data/cache/.htaccess +++ b/internal_data/cache/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied diff --git a/internal_data/log/.htaccess b/internal_data/log/.htaccess index baa56e5a3..b66e80882 100644 --- a/internal_data/log/.htaccess +++ b/internal_data/log/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied diff --git a/internal_data/log/cron/.htaccess b/internal_data/log/cron/.htaccess index baa56e5a3..b66e80882 100644 --- a/internal_data/log/cron/.htaccess +++ b/internal_data/log/cron/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied diff --git a/internal_data/triggers/.htaccess b/internal_data/triggers/.htaccess index baa56e5a3..b66e80882 100644 --- a/internal_data/triggers/.htaccess +++ b/internal_data/triggers/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied diff --git a/library/attach_mod/.htaccess b/library/attach_mod/.htaccess index baa56e5a3..b66e80882 100644 --- a/library/attach_mod/.htaccess +++ b/library/attach_mod/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied diff --git a/library/attach_mod/includes/.htaccess b/library/attach_mod/includes/.htaccess index baa56e5a3..b66e80882 100644 --- a/library/attach_mod/includes/.htaccess +++ b/library/attach_mod/includes/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied diff --git a/library/config.php b/library/config.php index f984a5905..2eab9723e 100644 --- a/library/config.php +++ b/library/config.php @@ -36,8 +36,8 @@ $bb_cfg = []; $bb_cfg['js_ver'] = $bb_cfg['css_ver'] = 1; // Version info -$bb_cfg['tp_version'] = '2.2.2'; -$bb_cfg['tp_release_date'] = '23-06-2017'; +$bb_cfg['tp_version'] = '2.2.3'; +$bb_cfg['tp_release_date'] = '07-08-2017'; $bb_cfg['tp_release_codename'] = 'Aurochs'; // Database diff --git a/library/includes/.htaccess b/library/includes/.htaccess index baa56e5a3..b66e80882 100644 --- a/library/includes/.htaccess +++ b/library/includes/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all \ No newline at end of file +Require all denied