Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thylane ECHARDOUR
Yearbook des diplômés
Commits
8f8ca7c8
Commit
8f8ca7c8
authored
Oct 29, 2021
by
Baptiste DOUXAMI
Browse files
Upload New File
parent
18a1f812
Changes
1
Hide whitespace changes
Inline
Side-by-side
controllers/routeur.php
0 → 100644
View file @
8f8ca7c8
<?php
require_once
'controleurAuthentification.php'
;
class
Routeur
{
private
$ctrlAuthentification
;
public
function
__construct
()
{
$this
->
ctrlAuthentification
=
new
authentificationController
();
}
// Traite une requête entrante
public
function
routerRequete
()
{
$this
->
ctrlAuthentification
->
accueil
();
}
}
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment