X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7c9f391d66e4e984a1d23632811ca885d7266676..2a76f4497cf158ca7e81b6b3ae1998ea28e45044:/dbinstall.php
diff --git a/dbinstall.php b/dbinstall.php
index d39871f8..e32df0ed 100644
--- a/dbinstall.php
+++ b/dbinstall.php
@@ -92,7 +92,7 @@ if ($request->isGet()) {
echo('Error: PHP version is not high enough: '.phpversion().'. Required: '.$required_version.'.
');
}
- // Check is PHP session path is writeable.
+ // Check if PHP session path is writeable.
if (!is_writable(session_save_path())) {
echo('Error: PHP session path '.session_save_path().' is not writable.
');
}