diff --git a/install/install/check.php b/install/install/check.php index 52e015e6f7..273eb5ee23 100644 --- a/install/install/check.php +++ b/install/install/check.php @@ -2,10 +2,10 @@ if (!defined('W2P_BASE_DIR')) { die('You should not access this file directly.'); } - + $failedImg = 'Failed'; $okImg = 'OK'; - + $continue = true; ?> @@ -15,10 +15,10 @@ - There is an initial Check for (minimal) requirements appended below for - troubleshooting. At minimum, a database and corresponding database - connection must be available in addition to PHP5, the GD libraries - installed for Gantt charts, and file_uploads should be allowed. In + There is an initial Check for (minimal) requirements appended below for + troubleshooting. At minimum, a database and corresponding database + connection must be available in addition to PHP5, the GD libraries + installed for Gantt charts, and file_uploads should be allowed. In addition ../includes/config.php should be writable for the webserver. @@ -41,7 +41,7 @@ GD Support (for GANTT Charts) - '.$failedImg.' GANTT Chart functionality may not work correctly.'; $continue = false; @@ -54,7 +54,7 @@ File Uploads - '.$failedImg.' Upload functionality will not be available, please make the ./files directory writable.'; $continue = false; @@ -69,16 +69,16 @@ -

The next tests check for database support compiled with php. We use - the ADODB database abstraction layer which comes with drivers for many - databases. Consult the ADODB documentation for details. For the moment +

The next tests check for database support compiled with php. We use + the ADODB database abstraction layer which comes with drivers for many + databases. Consult the ADODB documentation for details. For the moment only MySQL is fully supported, so you need to make sure it is available.

MySQL Support - '.$failedImg.' Not available'; $continue = false; @@ -92,9 +92,9 @@
Check for Directory and File Permissions - If the message 'World Writable' appears after - a file/directory, then Permissions for this File have been set to allow - all users to write to this file/directory. Consider changing this to a + If the message 'World Writable' appears after + a file/directory, then Permissions for this File have been set to allow + all users to write to this file/directory. Consider changing this to a more restrictive setting to improve security. You will need to do this manually. Zlib compression Support - '.$failedImg.' Some non-core modules may have restricted operation.' : ''.$okImg.''; ?> @@ -176,7 +176,7 @@ Session Save Path writable? - '.$failedImg.' session.save_path is not set'; @@ -191,7 +191,7 @@ Server API - '.$failedImg.' CGI mode is likely to have problems'; } else { @@ -217,7 +217,7 @@ Session Use Trans Sid = OFF? - '.$okImg.'' : ''.$failedImg.' There are security risks with this turned ON';?> + '.$okImg.'' : ''.$failedImg.' There are security risks with this turned ON';?>
Other Recommendations @@ -255,8 +255,8 @@ - + - \ No newline at end of file +