Changement du noms des fonctions comportant le mot 'Postfix' par 'Bdd'

This commit is contained in:
ycharbi
2023-03-19 16:56:01 +01:00
parent 3bd350e761
commit 14c055d868
29 changed files with 70 additions and 70 deletions
@@ -15,7 +15,7 @@ if (testPrivileges()!="administrateur") {
require_once ($_SERVER["DOCUMENT_ROOT"]."/services/fonctions/bdd/domaines.php");
if (isset($_POST['nom_domaine']) && !empty($_POST['nom_domaine'])) {
ajoutDomainePostfix($pdo,$_POST['nom_domaine']);
ajoutDomaineBdd($pdo,$_POST['nom_domaine']);
header ("Location: /pages/gestion/administration.php?page=domaines&succes=5");
die();
}