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 +?>