Skip to content
Snippets Groups Projects
Commit 1a9635df authored by cortylal's avatar cortylal
Browse files

stats

parent 3fdb53f9
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,7 @@
Controller Statistiques, show statistiques.
*/
$stats = new Stats();
include 'view/stats.php';
\ No newline at end of file
......@@ -36,7 +36,6 @@
height: 30px;
background-color: #108a93;
text-align: center;
}
......
......@@ -7,7 +7,7 @@
<thead>
<th>t1</th>
<th>t2</th>
<th><?php print_r($stats->nbAnimalMoyClient()); ?></th>
</thead>
<tbody>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment