aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2005-10-08 21:04:56 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2005-10-08 21:04:56 +0000
commit9732b0deb29ed149c4e9b602fc7d16ac721389a6 (patch)
treee30a5ef3a2832da9676ee092b3067248c886b85e /phpBB/install/install.php
parentadcf8be902a1dc2efe49fe309e3412c7ba38f1e2 (diff)
downloadforums-9732b0deb29ed149c4e9b602fc7d16ac721389a6.tar
forums-9732b0deb29ed149c4e9b602fc7d16ac721389a6.tar.gz
forums-9732b0deb29ed149c4e9b602fc7d16ac721389a6.tar.bz2
forums-9732b0deb29ed149c4e9b602fc7d16ac721389a6.tar.xz
forums-9732b0deb29ed149c4e9b602fc7d16ac721389a6.zip
Updated for new acm structure
git-svn-id: file:///svn/phpbb/trunk@5267 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r--phpBB/install/install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index d3a3db3430..568a55df3f 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -25,6 +25,7 @@ $phpEx = substr(strrchr(__FILE__, '.'), 1);
require($phpbb_root_path . 'includes/functions.'.$phpEx);
include($phpbb_root_path . 'includes/session.'.$phpEx);
include($phpbb_root_path . 'includes/acm/acm_file.'.$phpEx);
+include($phpbb_root_path . 'includes/acm/acm_main.'.$phpEx);
include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
// Be paranoid with passed vars
@@ -41,7 +42,7 @@ define('STRIP', (get_magic_quotes_gpc()) ? true : false);
// Instantiate classes for future use
$user = new user();
$auth = new auth();
-$cache = new acm();
+$cache = new cache();
// Try opening config file