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