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