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
/
admin000
/
connected
/
pages
/
/srv/data/web/vhosts/www.taxi-78.com/htdocs/admin000/connected/pages/client-delete.php
<?php if(!empty($_POST['image'])) unlink("../../".$_POST['image']); $stmt=$db_client->prepare("DELETE FROM news WHERE id=? AND id_company=?"); $stmt->execute(array($_POST['id'],$conf_id_company)); header("Location: actualites");