From 2a76f4497cf158ca7e81b6b3ae1998ea28e45044 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 11 Feb 2019 18:22:27 +0000 Subject: [PATCH] Fixed a typo. --- dbinstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
'); } -- 2.20.1