10 lines
285 B
PHP
Executable File
10 lines
285 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
// -----------------------------------------------------
|
|
// Graphique dates
|
|
// -----------------------------------------------------
|
|
$_SESSION['year']=$year;
|
|
|
|
// ----------------
|
|
echo '<img src="./stats/graphDate.php" />';
|
|
?>
|