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.volley92.asso.fr
/
htdocs
/
functions
/
ShoppingCart
/
/srv/data/web/vhosts/www.volley92.asso.fr/htdocs/functions/ShoppingCart/update-article.php
<?php session_start(); include("functions.php"); modif_qte($_POST['id'],intval($_POST['quantity'])); header('Location: '.$_SERVER['HTTP_REFERER']); ?>