[Vtigercrm-commits] [vtiger-commits] r10208 - /vtigercrm/branches/5.0.3/install/1checkSystem.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 20 08:51:57 EST 2007
Author: saraj
Date: Tue Feb 20 06:51:52 2007
New Revision: 10208
Log:
webmail temp directory check added during installation.
Modified:
vtigercrm/branches/5.0.3/install/1checkSystem.php
Modified: vtigercrm/branches/5.0.3/install/1checkSystem.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/1checkSystem.php (original)
+++ vtigercrm/branches/5.0.3/install/1checkSystem.php Tue Feb 20 06:51:52 2007
@@ -317,6 +317,10 @@
<tr bgcolor="#fafafa">
<td valign=top ><strong>Logs Directory</strong><br> (logs/)</td>
<td valign=top bgcolor="white"><?php echo (is_writable('./logs/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>System will experience problems while writing to the logs. You are strongly urged to give write permissions to the logs folder please!!!"; ?></td>
+ </tr>
+ <tr bgcolor="#fafafa">
+ <td valign=top ><strong>WebMail attachments Directory</strong><br> (modules/Webmails/tmp/)</td>
+ <td valign=top bgcolor="white"><?php echo (is_writable('./modules/Webmails/tmp/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>System will experience problems in saving attachments in received mail. You are strongly urged to give write permissions to ./modules/Webmails/tmp/ folder please!!!"; ?></td>
</tr>
</table>
<br><br>
More information about the vtigercrm-commits
mailing list