alpha_full/admin/stats/stats.parDate.php
2026-04-06 22:58:51 +02:00

10 lines
285 B
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
// -----------------------------------------------------
// Graphique dates
// -----------------------------------------------------
$_SESSION['year']=$year;
// ----------------
echo '<img src="./stats/graphDate.php" />';
?>