![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/code/Kaliop/OutdatedBrowser/etc/ |
<?xml version="1.0"?> <!-- /** * Copyright (c) 2020 Kaliop Digital Commerce (https://digitalcommerce.kaliop.com) All Rights Reserved. * @author Philippe Beauvais <[email protected]> * https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd"> <default> <outdated_browser> <chrome_configuration> <text>Chrome</text> <dl_url>https://www.google.com/chrome</dl_url> </chrome_configuration> <firefox_configuration> <text>Firefox</text> <dl_url>https://www.firefox.com</dl_url> </firefox_configuration> <safari_configuration> <text>Safari</text> <dl_url>https://www.apple.com/fr/safari</dl_url> </safari_configuration> <opera_configuration> <text>Opera</text> <dl_url>https://www.opera.com/fr</dl_url> </opera_configuration> <edge_configuration> <text>Edge</text> <dl_url>https://www.microsoft.com/fr-fr/windows/microsoft-edge</dl_url> </edge_configuration> <ie_configuration> <text>Internet Explorer</text> <dl_url>https://support.microsoft.com/fr-fr/help/17621/internet-explorer-downloads</dl_url> </ie_configuration> </outdated_browser> </default> </config>