production/Controleur/ControleurAjaxetatenteterapportsppolcat.php
2025-12-02 11:29:44 +00:00

14 lines
257 B
PHP
Executable File

<?php
require_once 'Framework/Controleur.php';
class ControleurAjaxetatenteterapportsppolcat extends Controleur {
private $garant;
public function __construct() {
}
public function index()
{
$this->genererVueAjax();
}
}