[Vtigercrm-commits] [vtiger-commits] r10289 - /vtigercrm/branches/5.0.3/install/1checkSystem.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 1 08:45:14 EST 2007
Author: saraj
Date: Thu Mar 1 06:45:10 2007
New Revision: 10289
Log:
removed duplicate check
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 Thu Mar 1 06:45:10 2007
@@ -322,12 +322,6 @@
<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>
-
- <tr bgcolor="#fafafa">
- <td valign=top ><strong>WebMail attachments Directory</strong><br> (modules/Webmails/tmp/cache)</td>
- <td valign=top bgcolor="white"><?php echo (is_writable('./modules/Webmails/tmp/cache'))?"<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/cache folder please!!!"; ?></td>
- </tr>
-
</table>
<br><br>
<!-- Recommended Settings -->
More information about the vtigercrm-commits
mailing list