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