| Server IP : 54.36.91.62 / Your IP : 216.73.217.111 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/dansnotreville-fr/plugins/system/nossloutsidecheckout/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <extension type="plugin" version="1.5" method="upgrade" group="system"> <name>Hikashop no SSL outside checkout Plugin</name> <creationDate>18 décembre 2023</creationDate> <version>5.0.2</version> <author>Hikashop</author> <authorEmail>dev@hikashop.com</authorEmail> <authorUrl>http://www.hikashop.com</authorUrl> <copyright>(C) 2010-2023 HIKARI SOFTWARE. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <description>This plugin redirects to HTTP when a page is accessed with SSL and that it's not the checkout of HikaShop</description> <files> <filename plugin="nossloutsidecheckout">nossloutsidecheckout.php</filename> </files> <params addpath="/components/com_hikashop/params"> <param type="radio" default="303" description="Redirection status" label="Redirection status" name="status"> <option value="301">301</option> <option value="303">303</option> </param> </params> <config> <fields name="params" addfieldpath="/components/com_hikashop/fields"> <fieldset name="basic"> <field type="radio" default="303" description="Redirection status" label="Redirection status" name="status"> <option value="301">301</option> <option value="303">303</option> </field> </fieldset> </fields> </config> </extension>