Changeset 11470 for freepbx/branches
- Timestamp:
- 02/19/11 11:03:19 (2 years ago)
- Files:
-
- freepbx/branches/2.3 (modified) (1 prop)
- freepbx/branches/2.3/amp_conf/htdocs/admin/functions.inc.php (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/page.modules.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3
- Property svnmerge-integrated changed from /freepbx/branches/2.2:1-4145,4434,4437 /freepbx/branches/2.4:1-5454,5492,5517,5648,5656,5710,5828,6057,6564,6700,9514,10467 to /freepbx/branches/2.4:1-5454,5492,5517,5648,5656,5710,5828,6057,6564,6700,9514,10467,11469 /freepbx/branches/2.2:1-4145,4434,4437
freepbx/branches/2.3/amp_conf/htdocs/admin/functions.inc.php
r5829 r11470 2926 2926 $options .="&astver=".urlencode($engver['version']); 2927 2927 } 2928 $options .= "&phpver=".urlencode(phpversion()); 2928 2929 2929 2930 $announcement = @ file_get_contents("http://mirror.freepbx.org/version-".getversion().".html".$options); freepbx/branches/2.3/amp_conf/htdocs/admin/page.modules.php
r10468 r11470 516 516 echo "<a href='config.php?display=modules&type=tool'>"._("Manage local modules")."</a>\n"; 517 517 if (!EXTERNAL_PACKAGE_MANAGEMENT) { 518 echo " | <a class='info' href='config.php?display=modules&type=tool&online=1'>"._("Check for updates online")."<span>"._("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.")."</span></a>\n";518 echo " | <a class='info' href='config.php?display=modules&type=tool&online=1'>"._("Check for updates online")."<span>"._("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.")."</span></a>\n"; 519 519 } 520 520 … … 575 575 } else { 576 576 if (!EXTERNAL_PACKAGE_MANAGEMENT) { 577 echo "<a class='info' href='config.php?display=modules&type=tool&online=1'>"._("Check for updates online")."<span>"._("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.")."</span></a>\n";577 echo "<a class='info' href='config.php?display=modules&type=tool&online=1'>"._("Check for updates online")."<span>"._("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.")."</span></a>\n"; 578 578 } 579 579 echo " | <a href='config.php?display=modules&type=tool&extdisplay=upload'>"._("Upload module")."</a><br />\n";
