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_404.php
2020-10-16 08:26:16 +02:00

17 lines
306 B
PHP

<?php
/*
* MODULE DE PHP
* Controller page 404
*
* Copyright 2016, Eric Dufour
* http://techfacile.fr
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
$alert = choixAlert('url_non_valide');
//appel de la vue
require_once(PATH_VIEWS.$page.'.php');