Update dao.php

This commit is contained in:
Fernando Méndez 2021-07-02 18:02:53 +02:00 committed by GitHub
parent c99b403369
commit b14dc0dedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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:
}
?>
?>