GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fe22717a2c7e9f0d6cf134aac6e5af4d3f9c8f60
Authored by
grouille
2020-04-21 13:11:29 +0200
1 parent
d317d7fc
Affichage du réseau
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
site/accueil.php
site/network.php
Inline
Side-by-side
site/accueil.php
Wrap text
Show/Hide comments
View file @
fe22717
...
...
@@ -14,7 +14,7 @@ session_start();
14
14
include("header.php");
15
15
if(isset($_SESSION['Login'], $_SESSION['Password']))
16
16
{
17
- include("
logo
.php");
17
+ include("
network
.php");
18
18
}
19
19
else
20
20
{
...
...
site/network.php
Wrap text
Show/Hide comments
View file @
fe22717
1
1
<?php
2
-session_start();
3
-include("head.php");
4
-include("header.php");
5
2
require_once("accesBase.php");
6
3
$capteurs = getSensors();
7
4
$raspberrys = getRaspberrys();
...
...