Merge branch 'bandeau' into profil
This commit is contained in:
commit
c50c46e1d2
@ -1,9 +1,10 @@
|
||||
<?php
|
||||
$protocol = "https";
|
||||
if (!isset($_SERVER['HTTPS_HOST'])){
|
||||
$protocol = "http";
|
||||
}
|
||||
$path = "$protocol://".$_SERVER['HTTP_HOST'];
|
||||
|
||||
$path = "..";
|
||||
if (file_exists("./inscription.php")) {
|
||||
$path = ".";
|
||||
}
|
||||
|
||||
?>
|
||||
<div id="menuDiv">
|
||||
<nav id="menu">
|
||||
|
Loading…
Reference in New Issue
Block a user