1
0

ajout statistiques

This commit is contained in:
Daniel Tartavel
2021-07-24 10:18:09 +02:00
parent 869926af3f
commit febc76934b
5 changed files with 119 additions and 88 deletions

View File

@@ -3,6 +3,13 @@
require_once 'config.inc.php';
require_once 'db.class.php';
require_once 'log.php';
affich_log(200);
$page = getpost("np");
$niveau = getpost("level");
print '<!DOCTYPE html><html>
<head><meta charset="utf-8">
<title>Avion-poème</title>
<link rel="icon" href="src/img/icon.png">
</head><body>';
affich_log(200, $page, $niveau);
print '</body></html>';
?>