mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
- 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
This commit is contained in:
@@ -267,6 +267,10 @@ else if (isset($_POST['dldone']))
|
||||
// open it and compare all the data. If a user wants to screw up this
|
||||
// simple task ... well ... uhm
|
||||
if (filesize($phpbb_root_path . 'config.'.$phpEx) < 10)
|
||||
{
|
||||
$stage = 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
$stage = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user