mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 17:22:06 +01:00
17 lines
339 B
PHP
17 lines
339 B
PHP
<?php
|
|
/**
|
|
* Page d'accueil du site
|
|
*
|
|
* @author Perrick Penet <perrick@noparking.fr>
|
|
* @author Olivier Hoareau <olivier@phppro.fr>
|
|
* @copyright 2010 Association Française des Utilisateurs de PHP
|
|
*
|
|
* @category AFUP
|
|
* @package AFUP
|
|
* @group Pages
|
|
*/
|
|
|
|
// redirection vers le sous-site AFUP
|
|
|
|
header("Location: /home");
|