updated name of navbarhtml function to match debians file system

This commit is contained in:
Flavien Haas 2019-05-16 11:13:05 +02:00
parent 2ab4061db9
commit f9410e6bdd
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<?php function navbarHTML($title){?>
<?php function navbarhtml($title){?>
<!DOCTYPE html>
<html lang="fr">
<head>

View File

@ -1,6 +1,6 @@
<?php
include '../ressources/navbarHTML.php';
navbarHTML("Tableau de bord");
require ('../ressources/navbarhtml.php');
navbarhtml("Tableau de bord");
require ('../connectionBD.php');
$mail = null;