ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/fermegarat.com/ci/ |
Upload File : |
<head>
<meta http-equiv="Content-Language" content="fr">
</head>
<?php
//****************************************************************************************//
//************************************* Configuration ************************************//
//****************************************************************************************//
// Chargement fichiers de configuration.
require('../libs/Smarty.class.php');
// Démarrage du moteur TPL.
$smarty = new Smarty;
// Chargement des Fonctions Globals.
require('../fonctions.php');
//****************************************************************************************//
echo'<div style="float: none;
margin-left: auto;
margin-right: auto;
text-align: center;"><img src="https://www.fermegarat.com/templates/shop/img/15366695010Logo_FermeGarat_on.png" alt="" /></div>';
$ref_com=$_GET['Ref'];
print ("<center><b><h2>Votre transaction a été refusée</h2></b><br>");
// Efface la commande
if (!empty($ref_com)) {
// efface la commande
$bdd->exec("DELETE FROM orders WHERE id = " . $ref_com."");
$bdd->exec("DELETE FROM orders_products WHERE id_order = " . $ref_com."");
$bdd->exec("DELETE FROM order_status WHERE id_order = " . $ref_com."");
}
?>
<br />
<br />
<br />
<br />
<a href="../index.php"><font size="4">Revenir sur le site</font></a><font size="4">
</font>