site-accueil-insa/stats.php

9 lines
No EOL
288 B
PHP
Executable file

<?php
ob_start(); // Start reading html
header('Location: construction.php');
?>
<?php
$infopage = ["", "Statistiques", ob_get_clean(), "", "stats"]; //relativepath, pagetitle, pagecontent, pagescript | cf structure/template.php ligne 2 à 6
include("structure/template.php");
?>