1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 14:59:30 +02:00
parent 1f9b329f23
commit 7e20a3aeff

View File

@ -5,7 +5,7 @@ class db
private $server = "localhost";
private $port = 3306;
private $user = "root";
private $passwd = "DT_dedibox";
private $passwd = "Lalis_toor";
public $dadabase;
public $connect;
public $result;