mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
- rebuild username_clean column due to changes in utf8_clean_string() git-svn-id: file:///svn/phpbb/trunk@6934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -416,11 +416,12 @@ class install_install extends module
|
||||
$fp = @fopen($phpbb_root_path . $dir . 'test_lock', 'wb');
|
||||
if ($fp !== false)
|
||||
{
|
||||
@unlink($phpbb_root_path . $dir . 'test_lock');
|
||||
$write = true;
|
||||
}
|
||||
@fclose($fp);
|
||||
|
||||
@unlink($phpbb_root_path . $dir . 'test_lock');
|
||||
|
||||
$passed['files'] = ($exists && $write && $passed['files']) ? true : false;
|
||||
|
||||
$exists = ($exists) ? '<b style="color:green">' . $lang['FOUND'] . '</b>' : '<b style="color:red">' . $lang['NOT_FOUND'] . '</b>';
|
||||
|
Reference in New Issue
Block a user