Files
MYSOPHAL/front/ff.php
2025-11-09 10:02:18 +01:00

10 lines
115 B
PHP

<?php
include ('../model_controller/articles.list.immo.php');
getArticles($all);
echo json_encode($results);