WIP: Expose ES stats public dashboard safely (behind a proxy?) #2
24
html/stats.php
Normal file
24
html/stats.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
$this_file = basename($_SERVER["SCRIPT_FILENAME"]);
|
||||
?>
|
||||
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<HEAD>
|
||||
<meta charset="UTF-8">
|
||||
<title>Statistiques</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<CENTER>
|
||||
<?php include 'includes/titre.php'; ?>
|
||||
<i>Cette page vous donne les éléments nécessaires pour pouvoir entrer en contact avec GNOUS de manière sécurisée.</i><br><br>
|
||||
<?php include 'includes/menu.php'; ?>
|
||||
</CENTER>
|
||||
<BR><BR>
|
||||
|
||||
<iframe style="border: none;" src="https://stat.gnous.fr/s/public/app/canvas/workpad/bbc41933-c1a4-4cf1-ad5a-d6480c24fa7c/page/1?__fullScreen=true" height="870" width="1350"></iframe>
|
||||
<?php include 'includes/footer.php'; ?>
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in New Issue
Block a user