1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-29 19:37:30 +01:00
This commit is contained in:
Michael Foster 2013-08-19 04:24:07 +10:00
parent d12ec4a82c
commit 4a0ef61150

View File

@ -536,7 +536,7 @@ if ($step == 0) {
array(
'category' => 'Misc',
'name' => 'Tinyboard installed using git',
'result' => is_dir('.git.'),
'result' => is_dir('.git'),
'required' => false,
'message' => 'Tinyboard is still beta software and it\'s not going to come out of beta any time soon. As there are often many months between releases yet changes and bug fixes are very frequent, it\'s recommended to use the git repository to maintain your Tinyboard installation. Using git makes upgrading much easier.'
)