Import initial du projet Production
This commit is contained in:
12
Controleur/ControleurAjaxcontextidentification.php
Normal file
12
Controleur/ControleurAjaxcontextidentification.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
require_once 'Framework/Controleur.php';
|
||||
|
||||
class ControleurAjaxcontextidentification extends Controleur {
|
||||
|
||||
public function __construct() {
|
||||
}
|
||||
|
||||
public function index() {
|
||||
$_SESSION['okId'] = "1";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user