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