8 lines
238 B
PHP
Executable File
8 lines
238 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
// -----------------------------------------------------
|
|
// Graphique graphNav
|
|
// -----------------------------------------------------
|
|
echo '<img src="./stats/graphNav.php" />';
|
|
|
|
?>
|