first commit
This commit is contained in:
parent
7d871e0087
commit
617d059676
2 changed files with 9 additions and 9 deletions
BIN
.server.php.swp
Normal file
BIN
.server.php.swp
Normal file
Binary file not shown.
12
index.php
12
index.php
|
@ -1,3 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<?php
|
||||
$page = $_SERVER['PHP_SELF'];
|
||||
$sec = "300";
|
||||
|
@ -5,10 +7,7 @@ $sec = "300";
|
|||
include_once('./consql.php');
|
||||
include_once('./config.php');
|
||||
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="<?php echo $sec?>;URL='<?php echo $page?>'">
|
||||
|
@ -511,7 +510,7 @@ $sec = "300";
|
|||
<div class="card-header">Player last 24 hours</div>
|
||||
<div class="card-body">
|
||||
need sql // not ready yet
|
||||
<?php // include('./GraphPlayer.php'); ?>
|
||||
<?php include('./GraphPlayer.php'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -677,13 +676,14 @@ $sec = "300";
|
|||
|
||||
<script src="./bootstrap.min.js"></script>
|
||||
<script src="./graph_loader.js"></script>
|
||||
|
||||
<script src="js/switch.js"></script>
|
||||
<!-- menu deroulant -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||
<script src="https://kit.fontawesome.com/9ba5e91dd6.js" crossorigin="anonymous"></script>
|
||||
|
||||
<!--
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.2/raphael-min.js"></script>
|
||||
-->
|
||||
<style>
|
||||
.tab-content {
|
||||
margin-top: -1px;
|
||||
|
|
Loading…
Reference in a new issue