14 lines
274 B
PHP
Executable File
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";
|
|
}
|
|
} |