Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lionel Ferrafiat
RIE-2017-ProjetTutore-G1
Commits
9147561e
Commit
9147561e
authored
Dec 13, 2018
by
Romain Benit
🥇
Browse files
Modification de l'appel de l'header
parent
695c9c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteWeb/html/accueil.php
View file @
9147561e
...
...
@@ -25,6 +25,8 @@ session_start(); // Demmare la Session
<body>
<?php
//Appel au header du site
include
(
'header.php'
);
// BENIT Romain
// V2.0
...
...
@@ -40,7 +42,6 @@ session_start(); // Demmare la Session
// Si nous avons déjà un session, nous ne faisons pas les contrôles
if
(
!
empty
(
$_SESSION
[
'login'
])
)
{
include
(
'header.php'
);
?>
<h1>
Vous êtes bien connecté
<?php
echo
$_SESSION
[
'login'
];
?>
!
</h1>
<br>
...
...
@@ -112,7 +113,6 @@ session_start(); // Demmare la Session
<form
class=
'error'
>
<p>
Erreur sur l'identifiant.
</p>
<button
class=
"btn bnt-outline-secondary"
><a
href=
"index.php"
>
Retour
</a></button>
<!-- <input type="button" value="Retour" onclick="history.go(-1)"> -->
</form>
<?php
exit
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment