Lynis
This commit is contained in:
@@ -12,8 +12,8 @@ class PdoBD
|
||||
{
|
||||
private static $serveur='mysql:host=localhost';
|
||||
private static $bdd='dbname=gsb2022';
|
||||
private static $user='sio';
|
||||
private static $mdp='Sio2023';
|
||||
private static $user='gsbadm';
|
||||
private static $mdp='gsbadm';
|
||||
private static $monPdo;
|
||||
private static $monPdoBD=null;
|
||||
|
||||
@@ -348,6 +348,6 @@ class PdoBD
|
||||
$rs = PdoBD::$monPdo->exec($req);
|
||||
if ($rs === false) {afficherErreurSQL("Probleme lors de l'insertion d'un parametre dans la base de données.", $req, PdoBD::$monPdo->errorInfo());}
|
||||
}
|
||||
/** ---------------------------------------------- fin gestion des PARAMETRES
|
||||
/** ---------------------------------------------- fin gestion des PARAMETRES*/
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user