Changeset 5612

Show
Ignore:
Timestamp:
01/20/08 10:25:15 (5 years ago)
Author:
pnlarsson
Message:

Disabeling the check for asterisk version higher than 1.5 - to be able to install freepbx on the latest 1.6 beta

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.4/install_amp

    r5480 r5612  
    857857    fatal("Asterisk 1.2 or 1.4 is required for this version of FreePBX. Detected version is: ".$matches[1]); 
    858858  } 
    859   if (version_compare($matches[1], "1.5", "ge")) { 
    860     fatal("Asterisk 1.2 or 1.4 is required for this version of FreePBX. Detected version is: ".$matches[1]); 
    861   } 
     859//  if (version_compare($matches[1], "1.5", "ge")) { 
     860//    fatal("Asterisk 1.2 or 1.4 is required for this version of FreePBX. Detected version is: ".$matches[1]); 
     861//  } 
     862  out("{$matches[1]}"); 
    862863} elseif (preg_match('/^Asterisk SVN.+/', $verinfo)) { 
    863864  out("FAIL");