Changeset 11464
- Timestamp:
- 02/19/11 10:26:31 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/amp_conf/htdocs/admin/libraries/module.functions.php
r11453 r11464 1402 1402 $options .="&astver=".urlencode($engver['raw']); 1403 1403 } 1404 $options .= "&phpver=".urlencode(phpversion()); 1404 1405 1405 1406 $fn = "http://mirror.freepbx.org/version-".getversion().".html".$options; freepbx/branches/2.9/amp_conf/htdocs/admin/page.modules.php
r11103 r11464 981 981 $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.").' '; 982 982 $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 Asteriskversion 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>'; 984 984 ?> 985 985 <form name="onlineRepo" action="config.php" method="post">
