- Timestamp:
- 02/19/11 10:59:25 (2 years ago)
- Files:
-
- freepbx/branches/2.5 (modified) (1 prop)
- freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php (modified) (1 diff)
- freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5
- Property svnmerge-integrated changed from /freepbx/branches/2.4:1-5944 /freepbx/branches/2.6:1-7913,9512,10465 to /freepbx/branches/2.4:1-5944 /freepbx/branches/2.6:1-7913,9512,10465,11467
freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php
r8119 r11468 3448 3448 $options .="&astver=".urlencode($engver['raw']); 3449 3449 } 3450 $options .= "&phpver=".urlencode(phpversion()); 3450 3451 3451 3452 $fn = "http://mirror.freepbx.org/version-".getversion().".html".$options; freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php
r10466 r11468 423 423 echo "<a href='config.php?display=modules&type=tool'>"._("Manage local modules")."</a>\n"; 424 424 if (!EXTERNAL_PACKAGE_MANAGEMENT) { 425 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";425 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"; 426 426 } 427 427 … … 478 478 } else { 479 479 if (!EXTERNAL_PACKAGE_MANAGEMENT) { 480 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";480 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"; 481 481 } 482 482 echo " | <a href='config.php?display=modules&type=tool&extdisplay=upload'>"._("Upload module")."</a><br />\n";
