Browse Source

typo

tags/vichan-devel-4.0.11-gold
Michael Foster 10 years ago
parent
commit
dcb42a52cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install.php

+ 1
- 1
install.php 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.'
)


Loading…
Cancel
Save