1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
PHP_TP3/controllers/c_accueil.php
2020-10-16 08:26:16 +02:00

17 lines
255 B
PHP

<?php
/*
* Controller page accueil
*
* Copyright 2017, Eric Dufour
* http://techfacile.fr
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
//appel de la vue
require_once(PATH_VIEWS.$page.'.php');