Changeset 731e0e5 in github
- Timestamp:
- Feb 4, 2008 1:53:01 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e581e74
- Parents:
- be4d182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
check.php
rbe4d182 r731e0e5 52 52 53 53 $path = dirname(__FILE__) . '/'; 54 ?> 55 <html> 56 <head> 57 <link rel="shortcut icon" href="skins/default/images/favicon.ico"/> 58 <link rel="stylesheet" type="text/css" href="skins/default/common.css" /> 59 <title>RoundCube :: check</title> 60 </head> 61 <body> 62 <img src="skins/default/images/roundcube_logo.png" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="12" vspace="2"/> 54 63 64 <?php 55 65 echo '<h3>Check if directories are writable</h3>'; 56 66 echo '<p>RoundCube may need to write/save files into these directories.</p>'; … … 100 110 101 111 echo '<h3>TimeZone</h3>'; 112 echo 'Checks if web- and databaseserver are in the same timezone.<br /><br />'; 102 113 echo 'Status: '; 103 114 if ($db_working === true) { … … 128 139 $file_uploads = ini_get('file_uploads'); 129 140 130 echo '<h4>session.auto_start </h4>';141 echo '<h4>session.auto_start = 0</h4>'; 131 142 echo 'status: '; 132 143 if ($auto_start == 1) { … … 137 148 echo '<br />'; 138 149 139 echo '<h4>file_uploads </h4>';150 echo '<h4>file_uploads = On</h4>'; 140 151 echo 'status: '; 141 152 if ($file_uploads == 1) { … … 147 158 /* 148 159 * Probably not needed because we have a custom handler 149 echo '<h4>session.save_path </h4>';160 echo '<h4>session.save_path <i>is set</i></h4>'; 150 161 echo 'status: '; 151 162 $save_path = ini_get('session.save_path'); … … 165 176 */ 166 177 ?> 178 </body> 179 </html>
Note: See TracChangeset
for help on using the changeset viewer.
