From: Nik Okuntseff Date: Mon, 11 Feb 2019 18:22:27 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: timetracker_1.19-1~340 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/commitdiff_plain/2a76f4497cf158ca7e81b6b3ae1998ea28e45044?hp=7c9f391d66e4e984a1d23632811ca885d7266676 Fixed a typo. --- 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.
'); }