[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/ -> phpversionfail.php (source)

   1  <?php
   2  /*+*******************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   ********************************************************************************/
  10  
  11  ?>
  12  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  13  <html>
  14  <head>
  15      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  16      <title>vtiger CRM 5 - PHP Version Check</title>
  17      <link href="include/install/install.css" rel="stylesheet" type="text/css">
  18  </head>
  19  
  20  <body class="small cwPageBg" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
  21  
  22      <br><br><br>
  23      <table border=0 cellspacing=0 cellpadding=0 width=80% align=center>
  24      <tr>
  25          <td class="cwHeadBg" align=left>&nbsp;</td>
  26          <td class="cwHeadBg" align=right><img src="include/install/images/vtigercrm5.gif" alt="vtiger CRM 5" title="vtiger CRM 5"></td>
  27      </tr>
  28      </table>
  29  
  30      <table border=0 cellspacing=0 cellpadding=0 width=80% align=center>
  31      <tr>
  32          <td background="include/install/images/topInnerShadow.gif" align=left><img src="include/install/images/topInnerShadow.gif" ></td>
  33      </tr>
  34      </table>
  35  
  36      <table border=0 cellspacing=0 cellpadding=10 width=80% align=center>
  37      <tr>
  38          <td class="small" bgcolor="#FFFFFF" align=center>
  39              PHP 5.2.x or above is required. Your current PHP version is
  40              <?php
  41                  if(isset($serverPhpVersion)) {
  42                      echo $serverPhpVersion;
  43                  } else  {
  44                      echo '???';
  45                  }
  46              ?> <br/>
  47              Kindly upgrade the PHP installation, and try again! <br/>
  48          </td>
  49      </tr>
  50      </table>
  51  
  52      <table border=0 cellspacing=0 cellpadding=0 width=80% align=center>
  53      <tr>
  54          <td background="include/install/images/topInnerShadow.gif" align=left><img src="include/install/images/topInnerShadow.gif" ></td>
  55      </tr>
  56      </table>
  57  
  58      <table border=0 cellspacing=0 cellpadding=0 width=80% align=center>
  59      <tr>
  60          <td background="include/install/images/bottomGradient.gif"><img src="include/install/images/bottomGradient.gif"></td>
  61      </tr>
  62      </table>
  63      <table border=0 cellspacing=0 cellpadding=0 width=80% align=center>
  64      <tr>
  65          <td align=center><img src="include/install/images/bottomShadow.jpg"></td>
  66      </tr>
  67      </table>
  68          <table border=0 cellspacing=0 cellpadding=0 width=80% align=center>
  69  
  70            <tr>
  71              <td class=small align=center> <a href="http://www.vtiger.com" target="_blank">www.vtiger.com</a></td>
  72            </tr>
  73          </table>
  74  </body>
  75  </html>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1