aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/templates/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/phpbb/templates/config.php')
-rw-r--r--modules/phpbb/templates/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/phpbb/templates/config.php b/modules/phpbb/templates/config.php
index ecf3289f..95bf1f2a 100644
--- a/modules/phpbb/templates/config.php
+++ b/modules/phpbb/templates/config.php
@@ -8,7 +8,7 @@ $dbname = '<%= database %>';
$dbuser = '<%= user %>';
$dbpasswd = '<%= pgsql_password %>';
$table_prefix = 'phpbb_';
-$acm_type = 'file';
+$acm_type = 'apc';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);