aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-01-04 22:07:53 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-01-04 22:07:53 +0000
commitd6fa1319e56b7c9d13e91e136d46f60fada9dabe (patch)
tree36e2de9176a4f4e063019eaf331a5f9f34190e3d /phpBB/install/install.php
parentc73bc2314c09c3af61dd3797ce66263b51f170e4 (diff)
downloadforums-d6fa1319e56b7c9d13e91e136d46f60fada9dabe.tar
forums-d6fa1319e56b7c9d13e91e136d46f60fada9dabe.tar.gz
forums-d6fa1319e56b7c9d13e91e136d46f60fada9dabe.tar.bz2
forums-d6fa1319e56b7c9d13e91e136d46f60fada9dabe.tar.xz
forums-d6fa1319e56b7c9d13e91e136d46f60fada9dabe.zip
- mssql related changes
- only added NOT NULL text columns to schema_data, no updates here. ;) git-svn-id: file:///svn/phpbb/trunk@5045 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r--phpBB/install/install.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index 7e0af23e9a..cf18d6f6bf 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -268,6 +268,10 @@ else if (isset($_POST['dldone']))
// simple task ... well ... uhm
if (filesize($phpbb_root_path . 'config.'.$phpEx) < 10)
{
+ $stage = 2;
+ }
+ else
+ {
$stage = 3;
}
}