diff --git a/doc/addon_data.php b/doc/addon_data.php index 16051f8ca0..95abc59cb6 100644 --- a/doc/addon_data.php +++ b/doc/addon_data.php @@ -63,8 +63,8 @@ array( 'BOINC Monitor', '', 'A desktop gadget that shows the status of running tasks', - 'http://www.myfavoritegadgets.info/', - 'Windows Vista/7', + 'https://windows10gadgets.pro/', + 'Windows Vista/7/8.1/10', 'BOINC Monitor shows BOINC tasks progress. Resizable! Save settings to file. Color changeable for all gadget\'s elements, include background. You can add new BOINC projects in XML list file.', '1305409902' ), diff --git a/doc/addon_item.php b/doc/addon_item.php index 97393311df..0eb59bc18d 100644 --- a/doc/addon_item.php +++ b/doc/addon_item.php @@ -9,7 +9,7 @@ $item = $_GET['item']; function show_item($y) { $d = gmdate("g:i A \U\T\C, F d Y", $y[7]); $file = $y[0]; - if (strstr($file, 'http://')) { + if (strstr($file, 'http://') || strstr($file, 'https://')) { $url = $file; } else { $url = "https://boinc.berkeley.edu/addons/$file";