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
45f7b00c
Commit
45f7b00c
authored
Dec 13, 2018
by
Romain Benit
🥇
Browse files
Modification pour le header, et les conditions qui suivent après
parent
43cc8a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteWeb/html/accueil.php
View file @
45f7b00c
...
...
@@ -24,7 +24,7 @@ session_start(); // Demmare la Session
</head>
<body>
<?php
include_once
(
'header.php'
);
?>
<!--
<?php
include_once
(
'header.php'
);
?>
-->
<?php
...
...
@@ -123,6 +123,8 @@ session_start(); // Demmare la Session
if
(
password_verify
(
$password
,
$_SESSION
[
'password'
]))
{
// Tout est OK, nous affichons la page voulue
if
(
$_POST
[
'topic'
]
==
"topic"
)
{
//Appel au header du site
include_once
(
'header.php'
);
?>
<h1>
Vous êtes bien connecté
<?php
echo
$login
;
?>
!
</h1>
<br>
...
...
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