Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.taxisvsl.fr_1718269442
/
htdocs
/
functions
/
ShoppingCart
/
//srv/data/trash/vhost_www.taxisvsl.fr_1718269442/htdocs/functions/ShoppingCart/remove-article.php
<?php session_start(); include("functions.php"); supprim_article2($_POST['id']); header('Location: '.$_SERVER['HTTP_REFERER']); ?>