From b14dc0dedb4f305034874dc27f65bfb459f75599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:02:53 +0200 Subject: [PATCH] Update dao.php --- assets/php/dao.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/php/dao.php b/assets/php/dao.php index bbee497..c9e603a 100644 --- a/assets/php/dao.php +++ b/assets/php/dao.php @@ -2,10 +2,10 @@ // TO-DO: Completar class DAO { //Constants: - private const _SERVERNAME = "localhost"; - private const _USERNAME = "sw"; - private const _PASSWORD = "_admin_"; - private const _BD = "complucine"; + private const _SERVERNAME = ""; + private const _USERNAME = ""; + private const _PASSWORD = ""; + private const _BD = ""; //Atributes: public $mysqli; @@ -34,4 +34,4 @@ //Methods: } -?> \ No newline at end of file +?>