ÿØÿà 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/litsolide.com/ |
Upload File : |
<?php
/*
include_once('includes/config.php');
$idCde = $_GET['cde'];
$sql = $GLOBALS['bdd']->prepare('SELECT id, id_order FROM orders
WHERE id_order = :id_order');
$sql->execute(array('id_order' => $idCde));
$result = $sql->fetchAll();
$idd = $result[0]['id'];
$bdd->exec("DELETE FROM orders WHERE id = " . $idd ."");
$bdd->exec("DELETE FROM orders_products WHERE id_order = " . $idd ."");
$bdd->exec("DELETE FROM order_status WHERE id_order = " . $idd ."");
*/
?>
<html>
<head>
<title>Annulation Paypal</title>
</head>
<body style ="background-color : #151515;">
<center>
<br>
<table width="653" border="0" cellspacing="0" cellpadding="0" style="background-color:#FFFFFF; border-radius: 4px">
<tr>
<td align="center" class="txtcde" valign="top">
<br /><br />
<br />
<br /><br />
<font size="4" color="#FF0000">Le paiement de votre commande
<br>
n'a pas été honoré ou s'est terminé de façon anormale.
<br></font><br>
N'hésitez pas à nous contacter si la procédure ne fonctionnait pas après plusieurs tentatives.
<br><font size="4"><br>
Nous vous remercions de votre confiance.
<br /></font><br />
<a href="./" class="bouton"><font size="4">Retour au site</font></a><font size="4">
<br /></font><br />
<br /><br />
</form>
<br>
</td>
</tr>
</table>
</body>
</html>