Changed links to English language

This commit is contained in:
Steffen Lange 2020-01-27 18:00:19 +01:00
parent c0acf60bb1
commit aa45832818
6 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
class AdobeFlashPlayer extends PatchBase { class AdobeFlashPlayer extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Adobe', 'Flash Player', 'https://get.adobe.com/de/flashplayer/'); parent::__construct('Adobe', 'Flash Player', 'https://get.adobe.com/flashplayer/');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://get.adobe.com/flashplayer/webservices/json/?platform_type=Windows&platform_dist=XP&platform_arch=x86-32&platform_misc=&exclude_version=10&browser_arch=&browser_type=&browser_vers=&browser_dist=&eventname=flashplayerotherversions', true)) { if ($this->fetch('https://get.adobe.com/flashplayer/webservices/json/?platform_type=Windows&platform_dist=XP&platform_arch=x86-32&platform_misc=&exclude_version=10&browser_arch=&browser_type=&browser_vers=&browser_dist=&eventname=flashplayerotherversions', true)) {

View file

@ -2,7 +2,7 @@
class AdobeReader extends PatchBase { class AdobeReader extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Adobe', 'Acrobat Reader DC', 'https://get.adobe.com/de/reader/'); parent::__construct('Adobe', 'Acrobat Reader DC', 'https://get.adobe.com/reader/');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html')) if ($this->fetch('https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html'))

View file

@ -2,7 +2,7 @@
class MozillaFirefox extends PatchBase { class MozillaFirefox extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Mozilla', 'Firefox', 'https://www.mozilla.org/de/firefox/all/'); parent::__construct('Mozilla', 'Firefox', 'https://www.mozilla.org/en-US/firefox/all/');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://www.mozilla.org/de/firefox/all/')) if ($this->fetch('https://www.mozilla.org/de/firefox/all/'))

View file

@ -2,7 +2,7 @@
class MozillaFirefoxESR extends PatchBase { class MozillaFirefoxESR extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Mozilla', 'Firefox ESR', 'https://www.mozilla.org/de/firefox/organizations/all/'); parent::__construct('Mozilla', 'Firefox ESR', 'https://www.mozilla.org/en-US/firefox/organizations/all/');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://www.mozilla.org/de/firefox/organizations/all/')) if ($this->fetch('https://www.mozilla.org/de/firefox/organizations/all/'))

View file

@ -2,7 +2,7 @@
class MozillaThunderbird extends PatchBase { class MozillaThunderbird extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Mozilla', 'Thunderbird', 'https://www.thunderbird.net/de/thunderbird/all/'); parent::__construct('Mozilla', 'Thunderbird', 'https://www.thunderbird.net/en-US/thunderbird/all/');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://www.thunderbird.net/de/thunderbird/all/')) if ($this->fetch('https://www.thunderbird.net/de/thunderbird/all/'))

View file

@ -2,7 +2,7 @@
class UBlock extends PatchBase { class UBlock extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Raymond Hill', 'uBlock Origin', 'https://addons.mozilla.org/de/firefox/addon/ublock-origin/'); parent::__construct('Raymond Hill', 'uBlock Origin', 'https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://addons.mozilla.org/de/firefox/addon/ublock-origin/')) if ($this->fetch('https://addons.mozilla.org/de/firefox/addon/ublock-origin/'))