13 lines
232 B
PHP
Executable File
13 lines
232 B
PHP
Executable File
<?php
|
|
require_once 'Framework/Controleur.php';
|
|
|
|
class ControleurAjaxetatenteterapportsp extends Controleur {
|
|
|
|
public function __construct() {
|
|
}
|
|
|
|
public function index()
|
|
{
|
|
$this->genererVueAjax();
|
|
}
|
|
} |