diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-01-11 22:56:49 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-01-11 22:56:49 +0000 |
| commit | 85b196b5fe828c127d321527bd625a1727bad4aa (patch) | |
| tree | 1557472b0431f05a4ae6b9e0fb42219d501ddefc /phpBB/install/install.php | |
| parent | d7e485e5f6fd5f52e8bda854c3ad67c5b53337ae (diff) | |
| download | forums-85b196b5fe828c127d321527bd625a1727bad4aa.tar forums-85b196b5fe828c127d321527bd625a1727bad4aa.tar.gz forums-85b196b5fe828c127d321527bd625a1727bad4aa.tar.bz2 forums-85b196b5fe828c127d321527bd625a1727bad4aa.tar.xz forums-85b196b5fe828c127d321527bd625a1727bad4aa.zip | |
Implementation of an experimental cache manager.
git-svn-id: file:///svn/phpbb/trunk@3312 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install.php')
| -rw-r--r-- | phpBB/install/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index cb33ca7c73..ef975423e2 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -690,6 +690,7 @@ else $config_data .= '$dbname = "' . $dbname . '";' . "\n"; $config_data .= '$dbuser = "' . $dbuser . '";' . "\n"; $config_data .= '$dbpasswd = "' . $dbpasswd . '";' . "\n\n"; + $config_data .= "\$acm_type = 'file';\n"; $config_data .= '$table_prefix = "' . $table_prefix . '";' . "\n\n"; $config_data .= 'define(\'PHPBB_INSTALLED\', true);'."\n\n"; $config_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused! |
