[Vtigercrm-commits] [vtiger-commits] r9666 - /vtigercrm/branches/5.0.2/install/1checkSystem.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 19 11:18:59 EDT 2006


Author: richie
Date: Thu Oct 19 09:18:54 2006
New Revision: 9666

Log:
php version name removed as it was misleading

Modified:
    vtigercrm/branches/5.0.2/install/1checkSystem.php

Modified: vtigercrm/branches/5.0.2/install/1checkSystem.php
==============================================================================
--- vtigercrm/branches/5.0.2/install/1checkSystem.php (original)
+++ vtigercrm/branches/5.0.2/install/1checkSystem.php Thu Oct 19 09:18:54 2006
@@ -203,7 +203,7 @@
 	    				<table cellpadding="10" cellspacing="1" width="90%" border="0" class="small" style="background-color:#cccccc">
 					<tr bgcolor="#efefef"><td colspan=2><span style="color:#003399"><strong>Core Components</strong></span></td></tr>
 					<tr bgcolor="#fafafa">
-						<td valign=top ><strong>PHP version 5.0.x</strong><BR></td>
+						<td valign=top ><strong>PHP version</strong><BR></td>
 						<td  valign=top bgcolor="white"><?php $php_version = phpversion(); echo (str_replace(".", "", $php_version) < "430") ? "<strong><font color=\"#FF0000\">Failed.</strong><br> Invalid version ($php_version) Installed</font>" : "<strong><font color=\"#00CC00\">Passed</strong><br>Version $php_version Installed</font>"; ?></td>
     					</tr>
 					<tr bgcolor="#fafafa">





More information about the vtigercrm-commits mailing list