ajout statistiques
This commit is contained in:
@@ -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>';
|
||||
?>
|
||||
|
Reference in New Issue
Block a user