Changeset 11464

Show
Ignore:
Timestamp:
02/19/11 10:26:31 (2 years ago)
Author:
p_lindheimer
Message:

adds PHP version information when update checks are sent so we can make decisions on min version number requirements

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/amp_conf/htdocs/admin/libraries/module.functions.php

    r11453 r11464  
    14021402    $options .="&astver=".urlencode($engver['raw']); 
    14031403  } 
     1404  $options .= "&phpver=".urlencode(phpversion()); 
    14041405 
    14051406  $fn = "http://mirror.freepbx.org/version-".getversion().".html".$options; 
  • freepbx/branches/2.9/amp_conf/htdocs/admin/page.modules.php

    r11103 r11464  
    981981  $tooltip .= _(" The modules in the Extended repository are less common and may receive lower levels of support. The Unsupported repository has modules that are not supported by the FreePBX team but may receive some level of support by the authors.").' '; 
    982982  $tooltip .= _("The Commercial repository is reserved for modules that are available for purchase and commercially supported.").' '; 
    983   $tooltip .= '<br /><br /><small><i>('._("Checking for updates will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted.").')</i></small>'; 
     983  $tooltip .= '<br /><br /><small><i>('._("Checking for updates will transmit your FreePBX, Asterisk and PHP version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted.").')</i></small>'; 
    984984?> 
    985985  <form name="onlineRepo" action="config.php" method="post">