commit
fc6566fefc
@ -0,0 +1,3 @@
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule . index.php [L]
|
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Controleur;
|
||||
|
||||
Class UserControler{
|
||||
|
||||
public function quiz(){
|
||||
global $vues;
|
||||
require_once $vues['quiz'];
|
||||
}
|
||||
}
|
Loading…
Reference in new issue