|
@@ -10,6 +10,7 @@
|
|
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/style.min.css" rel="stylesheet" />
|
|
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/style.min.css" rel="stylesheet" />
|
|
<link href="css/styles.css" rel="stylesheet" />
|
|
<link href="css/styles.css" rel="stylesheet" />
|
|
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
|
|
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
|
|
|
|
+ <?php include_once('api_functions.php'); ?>
|
|
</head>
|
|
</head>
|
|
<body class="sb-nav-fixed">
|
|
<body class="sb-nav-fixed">
|
|
<?php
|
|
<?php
|
|
@@ -48,11 +49,8 @@
|
|
|
|
|
|
$dbconnect->close();
|
|
$dbconnect->close();
|
|
?>
|
|
?>
|
|
- <iframe src="https://prtg.easytelecoms.fr/group.htm?id=12397&tabid=1#objecttreecontainer" width="600" height="400"></iframe>
|
|
|
|
- <iframe src="https://eap.easytelecoms.fr:5001/019719d25d8fc852af63badf8e25413a/login#devices" width="600" height="400"></iframe>
|
|
|
|
<a href="index.php">Retour</a>
|
|
<a href="index.php">Retour</a>
|
|
|
|
|
|
-
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
|
|
<script src="js/scripts.js"></script>
|
|
<script src="js/scripts.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" crossorigin="anonymous"></script>
|