diff --git a/index.php b/index.php index 01931198..06e5b784 100644 --- a/index.php +++ b/index.php @@ -2067,7 +2067,9 @@ function install() { // Step 2: Check if data in session is correct. echo '
Sessions do not seem to work correctly on your server.'; + echo 'It currently points to '.session_save_path().'
'; echo 'Make sure the variable session.save_path is set correctly in your php config, and that you have write access to it.
'; - echo 'It currently points to '.session_save_path().'
Click to try again.