site-accueil-insa/planning.php

9 行
無檔案結尾符
297 B
PHP
可執行檔

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