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
/
pages
/
/srv/data/trash/vhost_www.taxisvsl.fr_1718269442/htdocs/pages/page-profonde.php
<?php //start_block('title','keywords','description') start_block('','',''); $stmt=$db_client->prepare("SELECT * FROM page_profonde WHERE slug=? AND id_company=?"); // on prépare notre requête $stmt->execute(array($slug,$conf_id_company)); $row = $stmt->fetch(); ?> <section> <?=$row->content;?> </section> <?php end_block(); ?>