From 731e0e57f42f773c76e45e28d9377407277425bf Mon Sep 17 00:00:00 2001 From: till Date: Mon, 4 Feb 2008 06:53:01 +0000 Subject: * eyecandy changes to check.php --- check.php | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/check.php b/check.php index c87b8be1f..4378f17a7 100644 --- a/check.php +++ b/check.php @@ -51,7 +51,17 @@ $writable_dirs = array('logs/', 'temp/'); $create_files = array('config/db.inc.php', 'config/main.inc.php'); $path = dirname(__FILE__) . '/'; +?> + + + + + RoundCube :: check + + +RoundCube Webmail +Check if directories are writable'; echo '

RoundCube may need to write/save files into these directories.

'; @@ -99,6 +109,7 @@ if (isset($rcmail_config)) { } echo '

TimeZone

'; +echo 'Checks if web- and databaseserver are in the same timezone.

'; echo 'Status: '; if ($db_working === true) { require_once 'include/rcube_mdb2.inc'; @@ -127,7 +138,7 @@ echo '

Checking .ini settings

'; $auto_start = ini_get('session.auto_start'); $file_uploads = ini_get('file_uploads'); -echo '

session.auto_start

'; +echo '

session.auto_start = 0

'; echo 'status: '; if ($auto_start == 1) { echo 'NOT OK'; @@ -136,7 +147,7 @@ if ($auto_start == 1) { } echo '
'; -echo '

file_uploads

'; +echo '

file_uploads = On

'; echo 'status: '; if ($file_uploads == 1) { echo 'OK'; @@ -146,7 +157,7 @@ if ($file_uploads == 1) { /* * Probably not needed because we have a custom handler -echo '

session.save_path

'; +echo '

session.save_path is set

'; echo 'status: '; $save_path = ini_get('session.save_path'); if (empty($save_path)) { @@ -164,3 +175,5 @@ if (empty($save_path)) { echo '
'; */ ?> + + -- cgit v1.2.3