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>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user