garant/Controleur/ControleurAjaxcontextidentification.php
2025-12-05 10:57:03 +00:00

12 lines
230 B
PHP
Executable File

<?php
require_once 'Framework/Controleur.php';
class ControleurAjaxcontextidentification extends Controleur {
public function __construct() {
}
public function index() {
$_SESSION['okId'] = "1";
}
}