updated name of navbarhtml function to match debians file system
This commit is contained in:
parent
2ab4061db9
commit
f9410e6bdd
@ -1,4 +1,4 @@
|
|||||||
<?php function navbarHTML($title){?>
|
<?php function navbarhtml($title){?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
include '../ressources/navbarHTML.php';
|
require ('../ressources/navbarhtml.php');
|
||||||
navbarHTML("Tableau de bord");
|
navbarhtml("Tableau de bord");
|
||||||
|
|
||||||
require ('../connectionBD.php');
|
require ('../connectionBD.php');
|
||||||
$mail = null;
|
$mail = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user