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