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

14 lines
274 B
PHP
Executable File

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