Corrections and add index.php

AdminInterface
alexi 2 years ago
parent 511ca6f160
commit b3469fd68f

@ -7,4 +7,3 @@ $login="";
$password="";
$views['form'] = 'Views/HTML/form.php';
$views['textQuestion'] = 'Views/HTML/TextQuestion.js';

@ -0,0 +1,13 @@
<?php
use FORM_Controller\FrontController;
require_once(__DIR__.'/Config/config.php');
require_once(__DIR__.'/Config/Autoload.php');
Autoload::charger();
session_start();
$frontController = new FrontController();
?>
Loading…
Cancel
Save